Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc44 struct BTM_BleOobDataReply BTM_BleOobDataReply; variable
142 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply() function
145 test::mock::stack_btm_ble::BTM_BleOobDataReply(bd_addr, res, len, p_data); in BTM_BleOobDataReply()
Dmock_stack_btm_ble.h97 struct BTM_BleOobDataReply { struct
107 extern struct BTM_BleOobDataReply BTM_BleOobDataReply; argument
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_sec_api.h133 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len,
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc340 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc3895 BTM_BleOobDataReply(req_oob_type->bd_addr, 0, 16, oob_cb.p192_data.sm_tk); in btif_dm_ble_oob_req_evt()