Home
last modified time | relevance | path

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

/system/bt/stack/hcic/
Dhciblecmds.cc384 if (key_len > HCIC_BLE_ENCRYT_KEY_SIZE) key_len = HCIC_BLE_ENCRYT_KEY_SIZE; in btsnd_hcic_ble_encrypt()
385 if (pt_len > HCIC_BLE_ENCRYT_KEY_SIZE) pt_len = HCIC_BLE_ENCRYT_KEY_SIZE; in btsnd_hcic_ble_encrypt()
388 pp += (HCIC_BLE_ENCRYT_KEY_SIZE - key_len); in btsnd_hcic_ble_encrypt()
409 uint8_t ltk[HCIC_BLE_ENCRYT_KEY_SIZE]) { in btsnd_hcic_ble_start_enc() argument
422 ARRAY_TO_STREAM(pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE); in btsnd_hcic_ble_start_enc()
428 uint8_t ltk[HCIC_BLE_ENCRYT_KEY_SIZE]) { in btsnd_hcic_ble_ltk_req_reply() argument
439 ARRAY_TO_STREAM(pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE); in btsnd_hcic_ble_ltk_req_reply()
576 ARRAY_TO_STREAM(pp, irk_peer, HCIC_BLE_ENCRYT_KEY_SIZE); in btsnd_hcic_ble_add_device_resolving_list()
577 ARRAY_TO_STREAM(pp, irk_local, HCIC_BLE_ENCRYT_KEY_SIZE); in btsnd_hcic_ble_add_device_resolving_list()
/system/bt/stack/include/
Dhcimsgs.h670 #define HCIC_BLE_ENCRYT_KEY_SIZE 16 macro
693 #define HCIC_BLE_ENCRYT_KEY_SIZE 16 macro
695 (4 + HCIC_BLE_RAND_DI_SIZE + HCIC_BLE_ENCRYT_KEY_SIZE)
696 #define HCIC_PARAM_SIZE_LTK_REQ_REPLY (2 + HCIC_BLE_ENCRYT_KEY_SIZE)
791 uint8_t ltk[HCIC_BLE_ENCRYT_KEY_SIZE]);
794 uint8_t ltk[HCIC_BLE_ENCRYT_KEY_SIZE]);