Searched refs:ble_hs_hci_cmd_write_hdr (Results 1 – 3 of 3) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/ |
H A D | bletest_hci.c | 339 ble_hs_hci_cmd_write_hdr(BLE_HCI_OGF_VENDOR, BLE_HCI_OCF_MULTI_ADV, in bletest_hci_le_set_multi_adv_data() 409 ble_hs_hci_cmd_write_hdr(BLE_HCI_OGF_VENDOR, BLE_HCI_OCF_MULTI_ADV, in bletest_hci_le_set_multi_adv_params() 495 ble_hs_hci_cmd_write_hdr(BLE_HCI_OGF_VENDOR, BLE_HCI_OCF_MULTI_ADV, in bletest_hci_le_set_multi_rand_addr() 560 ble_hs_hci_cmd_write_hdr(BLE_HCI_OGF_VENDOR, BLE_HCI_OCF_MULTI_ADV, in bletest_hci_le_set_multi_adv_enable() 616 ble_hs_hci_cmd_write_hdr(BLE_HCI_OGF_VENDOR, BLE_HCI_OCF_MULTI_ADV, in bletest_hci_le_set_multi_scan_rsp_data()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_hci_priv.h | 101 void ble_hs_hci_cmd_write_hdr(uint8_t ogf, uint16_t ocf, uint8_t len,
|
H A D | ble_hs_hci_cmd.c | 56 ble_hs_hci_cmd_write_hdr(uint8_t ogf, uint16_t ocf, uint8_t len, void *buf) in ble_hs_hci_cmd_write_hdr() function
|