Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc41 struct BTM_BleConfirmReply BTM_BleConfirmReply; variable
128 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply() function
130 test::mock::stack_btm_ble::BTM_BleConfirmReply(bd_addr, res); in BTM_BleConfirmReply()
Dmock_stack_btm_ble.h56 struct BTM_BleConfirmReply { struct
63 extern struct BTM_BleConfirmReply BTM_BleConfirmReply; argument
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_security_client_interface.cc38 BTM_BleConfirmReply(bd_addr, res); in BTM_SecConfirmReqReply()
Dbtm_ble_sec.cc305 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply() function
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_sec_api.h119 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res);