Home
last modified time | relevance | path

Searched refs:BTA_DmBleConfirmReply (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/dm/
Dbta_dm_api.cc502 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply() function
/system/bt/bta/include/
Dbta_api.h1415 extern void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept);
/system/bt/btif/src/
Dbtif_dm.cc2419 BTA_DmBleConfirmReply(*bd_addr, accept); in btif_dm_ssp_reply()