Searched refs:HCIC_BLE_RAND_DI_SIZE (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/hcic/ |
D | hciblecmds.cc | 48 #define HCIC_BLE_RAND_DI_SIZE 8 macro 70 #define HCIC_BLE_RAND_DI_SIZE 8 macro 72 #define HCIC_PARAM_SIZE_BLE_START_ENC (4 + HCIC_BLE_RAND_DI_SIZE + HCIC_BLE_ENCRYPT_KEY_SIZE) 251 void btsnd_hcic_ble_start_enc(uint16_t handle, uint8_t rand[HCIC_BLE_RAND_DI_SIZE], uint16_t ediv, in btsnd_hcic_ble_start_enc() argument 263 ARRAY_TO_STREAM(pp, rand, HCIC_BLE_RAND_DI_SIZE); in btsnd_hcic_ble_start_enc()
|
D | hcicmds.cc | 423 #define HCIC_BLE_RAND_DI_SIZE 8 macro 445 #define HCIC_BLE_RAND_DI_SIZE 8 macro 447 #define HCIC_PARAM_SIZE_BLE_START_ENC (4 + HCIC_BLE_RAND_DI_SIZE + HCIC_BLE_ENCRYPT_KEY_SIZE)
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hciblecmds.h | 425 std::function<void(uint16_t handle, uint8_t rand[HCIC_BLE_RAND_DI_SIZE], uint16_t ediv, 427 body{[](uint16_t /* handle */, uint8_t[HCIC_BLE_RAND_DI_SIZE] /* rand */, 429 void operator()(uint16_t handle, uint8_t rand[HCIC_BLE_RAND_DI_SIZE], uint16_t ediv, in operator()
|
D | mock_stack_hcic_hciblecmds.cc | 250 void btsnd_hcic_ble_start_enc(uint16_t handle, uint8_t rand[HCIC_BLE_RAND_DI_SIZE], uint16_t ediv, in btsnd_hcic_ble_start_enc() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | hcimsgs.h | 248 #define HCIC_BLE_RAND_DI_SIZE 8 macro 279 void btsnd_hcic_ble_start_enc(uint16_t handle, uint8_t rand[HCIC_BLE_RAND_DI_SIZE], uint16_t ediv,
|