Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h256 extern void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr,
/system/bt/test/mock/
Dmock_stack_btm_ble.cc166 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, in BTM_BleSecureConnectionOobDataReply() function
Dmock_main_shim_btm_api.cc285 void bluetooth::shim::BTM_BleSecureConnectionOobDataReply( in BTM_BleSecureConnectionOobDataReply() function in bluetooth::shim
/system/bt/main/shim/
Dbtm_api.h516 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr,
Dbtm_api.cc999 void bluetooth::shim::BTM_BleSecureConnectionOobDataReply( in BTM_BleSecureConnectionOobDataReply() function in bluetooth::shim
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc289 void bluetooth::shim::BTM_BleSecureConnectionOobDataReply( in BTM_BleSecureConnectionOobDataReply() function in bluetooth::shim
/system/bt/stack/btm/
Dbtm_ble.cc342 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, in BTM_BleSecureConnectionOobDataReply() function
345 return bluetooth::shim::BTM_BleSecureConnectionOobDataReply(bd_addr, p_c, in BTM_BleSecureConnectionOobDataReply()
/system/bt/btif/src/
Dbtif_dm.cc2984 BTM_BleSecureConnectionOobDataReply(req_oob_type->bd_addr, oob_data_to_use.c, in btif_dm_ble_sc_oob_req_evt()