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