Home
last modified time | relevance | path

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

/system/bt/stack/hcic/
Dhciblecmds.c481 p->len = HCIC_PREAMBLE_SIZE + HCIC_PARAM_SIZE_LTK_REQ_REPLY; in btsnd_hcic_ble_ltk_req_reply()
485 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_LTK_REQ_REPLY); in btsnd_hcic_ble_ltk_req_reply()
/system/bt/stack/include/
Dhcimsgs.h669 #define HCIC_PARAM_SIZE_LTK_REQ_REPLY (2 + HCIC_BLE_ENCRYT_KEY_SIZE) macro