Home
last modified time | relevance | path

Searched refs:HCIC_BLE_RAND_DI_SIZE (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc48 #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()
Dhcicmds.cc423 #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/
Dmock_stack_hcic_hciblecmds.h425 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()
Dmock_stack_hcic_hciblecmds.cc250 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/
Dhcimsgs.h248 #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,