Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dhcimsgs.h642 #define HCIC_BLE_RAND_DI_SIZE 8 macro
666 #define HCIC_BLE_RAND_DI_SIZE 8 macro
668 #define HCIC_PARAM_SIZE_BLE_START_ENC (4 + HCIC_BLE_RAND_DI_SIZE + HCIC_BLE_ENCRYT_KEY_SI…
744 UINT8 rand[HCIC_BLE_RAND_DI_SIZE],
/system/bt/stack/hcic/
Dhciblecmds.c557 BOOLEAN btsnd_hcic_ble_start_enc (UINT16 handle, UINT8 rand[HCIC_BLE_RAND_DI_SIZE], in btsnd_hcic_ble_start_enc() argument
575 ARRAY_TO_STREAM (pp, rand, HCIC_BLE_RAND_DI_SIZE); in btsnd_hcic_ble_start_enc()