Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h225 extern void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res,
/system/bt/main/shim/
Dbtm_api.h582 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len,
Dbtm_api.cc828 void bluetooth::shim::BTM_BleOobDataReply(const RawAddress& bd_addr, in BTM_BleOobDataReply() function in bluetooth::shim
/system/bt/stack/btm/
Dbtm_ble.cc437 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/
Dbtif_dm.cc3223 BTM_BleOobDataReply(req_oob_type->bd_addr, 0, 16, oob_cb.oob_data.sm_tk); in btif_dm_ble_oob_req_evt()