Home
last modified time | relevance | path

Searched refs:BLE_HCI_LE_START_ENCRYPT_LEN (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/
H A Dbletest_hci.c375 uint8_t buf[BLE_HCI_LE_START_ENCRYPT_LEN]; in bletest_hci_le_start_encrypt()
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dhci_common.h401 #define BLE_HCI_LE_START_ENCRYPT_LEN (28) macro
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_hci.c891 if (len == BLE_HCI_LE_START_ENCRYPT_LEN) { in ble_ll_hci_le_cmd_proc()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_hci_cmd.c775 BLE_HS_DBG_ASSERT(dst_len >= BLE_HCI_LE_START_ENCRYPT_LEN); in ble_hs_hci_cmd_build_le_start_encrypt()
H A Dble_sm.c1038 uint8_t buf[BLE_HCI_LE_START_ENCRYPT_LEN]; in ble_sm_start_encrypt_tx()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_sm_test_util.c1331 TEST_ASSERT(param_len == BLE_HCI_LE_START_ENCRYPT_LEN); in ble_sm_test_util_verify_tx_start_enc()