Searched refs:BTA_DmPinReply (Results 1 – 3 of 3) sorted by relevance
/system/bt/bta/dm/ |
D | bta_dm_api.cc | 241 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply() function
|
/system/bt/btif/src/ |
D | btif_dm.cc | 891 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/ |
D | bta_api.h | 1249 extern void BTA_DmPinReply(const RawAddress& bd_addr, bool accept,
|