Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h241 extern void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr,
/system/bt/main/shim/
Dbtm_api.h598 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr,
Dbtm_api.cc835 void bluetooth::shim::BTM_BleSecureConnectionOobDataReply( in BTM_BleSecureConnectionOobDataReply() function in bluetooth::shim
/system/bt/stack/btm/
Dbtm_ble.cc469 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, in BTM_BleSecureConnectionOobDataReply() function
472 return bluetooth::shim::BTM_BleSecureConnectionOobDataReply(bd_addr, p_c, in BTM_BleSecureConnectionOobDataReply()
/system/bt/btif/src/
Dbtif_dm.cc3258 BTM_BleSecureConnectionOobDataReply( in btif_dm_ble_sc_oob_req_evt()