Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.cc43 struct btsnd_hcic_ble_ltk_req_reply btsnd_hcic_ble_ltk_req_reply; variable
131 void btsnd_hcic_ble_ltk_req_reply(uint16_t handle, const Octet16& ltk) { in btsnd_hcic_ble_ltk_req_reply() function
133 test::mock::stack_hcic_hciblecmds::btsnd_hcic_ble_ltk_req_reply(handle, ltk); in btsnd_hcic_ble_ltk_req_reply()
Dmock_stack_hcic_hciblecmds.h130 struct btsnd_hcic_ble_ltk_req_reply { struct
135 extern struct btsnd_hcic_ble_ltk_req_reply btsnd_hcic_ble_ltk_req_reply; argument
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc1381 btsnd_hcic_ble_ltk_req_reply(btm_sec_cb.enc_handle, stk); in btm_ble_ltk_request_reply()
1386 btsnd_hcic_ble_ltk_req_reply(btm_sec_cb.enc_handle, in btm_ble_ltk_request_reply()
1407 btsnd_hcic_ble_ltk_req_reply(btm_sec_cb.enc_handle, in btm_ble_ltk_request_reply()
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h307 void btsnd_hcic_ble_ltk_req_reply(uint16_t handle, const Octet16& ltk);
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc276 void btsnd_hcic_ble_ltk_req_reply(uint16_t handle, const Octet16& ltk) { in btsnd_hcic_ble_ltk_req_reply() function