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.cc236 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply() function
/system/bt/bta/include/
Dbta_api.h1228 extern void BTA_DmPinReply(const RawAddress& bd_addr, bool accept,
/system/bt/btif/src/
Dbtif_dm.cc952 BTA_DmPinReply(bd_addr, true, 4, pin_code.pin); in btif_dm_pin_req_evt()
967 BTA_DmPinReply(bd_addr, true, 4, pin_code.pin); in btif_dm_pin_req_evt()
2381 BTA_DmPinReply(*bd_addr, false, 0, NULL); in btif_dm_cancel_bond()
2471 BTA_DmPinReply(*bd_addr, accept, pin_len, pin_code->pin); in btif_dm_pin_reply()