Home
last modified time | relevance | path

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

/system/bt/bta/dm/
Dbta_dm_api.cc241 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply() function
/system/bt/btif/src/
Dbtif_dm.cc891 BTA_DmPinReply(bd_addr, true, 4, pin_code.pin); in btif_dm_pin_req_evt()
906 BTA_DmPinReply(bd_addr, true, 4, pin_code.pin); in btif_dm_pin_req_evt()
2314 BTA_DmPinReply(*bd_addr, false, 0, NULL); in btif_dm_cancel_bond()
2389 BTA_DmPinReply(*bd_addr, accept, pin_len, pin_code->pin); in btif_dm_pin_reply()
/system/bt/bta/include/
Dbta_api.h1249 extern void BTA_DmPinReply(const RawAddress& bd_addr, bool accept,