Searched refs:BTM_BleOobDataReply (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/include/ |
D | btm_ble_api.h | 225 extern void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res,
|
/system/bt/main/shim/ |
D | btm_api.h | 582 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len,
|
D | btm_api.cc | 828 void bluetooth::shim::BTM_BleOobDataReply(const RawAddress& bd_addr, in BTM_BleOobDataReply() function in bluetooth::shim
|
/system/bt/stack/btm/ |
D | btm_ble.cc | 437 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply() function 440 return bluetooth::shim::BTM_BleOobDataReply(bd_addr, res, len, p_data); in BTM_BleOobDataReply()
|
/system/bt/btif/src/ |
D | btif_dm.cc | 3223 BTM_BleOobDataReply(req_oob_type->bd_addr, 0, 16, oob_cb.oob_data.sm_tk); in btif_dm_ble_oob_req_evt()
|