Home
last modified time | relevance | path

Searched refs:BLE_HCI_RD_LOC_SUPP_CMD_RSPLEN (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/
H A Dbletest_hci.c266 uint8_t rspbuf[BLE_HCI_RD_LOC_SUPP_CMD_RSPLEN]; in bletest_hci_rd_local_supp_cmd()
270 NULL, 0, rspbuf, BLE_HCI_RD_LOC_SUPP_CMD_RSPLEN, &rsplen); in bletest_hci_rd_local_supp_cmd()
275 if (rsplen != BLE_HCI_RD_LOC_SUPP_CMD_RSPLEN) { in bletest_hci_rd_local_supp_cmd()
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_hci.c250 memset(rspbuf, 0, BLE_HCI_RD_LOC_SUPP_CMD_RSPLEN); in ble_ll_hci_rd_local_supp_cmd()
252 *rsplen = BLE_HCI_RD_LOC_SUPP_CMD_RSPLEN; in ble_ll_hci_rd_local_supp_cmd()
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dhci_common.h209 #define BLE_HCI_RD_LOC_SUPP_CMD_RSPLEN (64) /* No status byte. */ macro