Searched refs:BTM_BleOobDataReply (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/include/ |
D | btm_ble_api.h | 240 extern void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res,
|
/system/bt/test/mock/ |
D | mock_stack_btm_ble.cc | 150 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply() function
|
D | mock_main_shim_btm_api.cc | 271 void bluetooth::shim::BTM_BleOobDataReply(const RawAddress& bd_addr, in BTM_BleOobDataReply() function in bluetooth::shim
|
/system/bt/main/shim/ |
D | btm_api.h | 500 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len,
|
D | btm_api.cc | 992 void bluetooth::shim::BTM_BleOobDataReply(const RawAddress& bd_addr, in BTM_BleOobDataReply() function in bluetooth::shim
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 275 void bluetooth::shim::BTM_BleOobDataReply(const RawAddress& bd_addr, in BTM_BleOobDataReply() function in bluetooth::shim
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 310 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply() function 313 return bluetooth::shim::BTM_BleOobDataReply(bd_addr, res, len, p_data); in BTM_BleOobDataReply()
|
/system/bt/btif/src/ |
D | btif_dm.cc | 2927 BTM_BleOobDataReply(req_oob_type->bd_addr, 0, 16, oob_cb.p192_data.sm_tk); in btif_dm_ble_oob_req_evt()
|