Searched defs:pin_len (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec_api.cc | 71 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
|
D | bta_dm_sec_int.h | 29 uint8_t pin_len; member
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_dm_api.cc | 233 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
|
D | mock_stack_btm_sec.cc | 181 uint8_t pin_len, uint8_t* p_pin) { in BTM_PINCodeReply()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | bluetooth.cc | 679 static int pin_reply(const RawAddress* bd_addr, uint8_t accept, uint8_t pin_len, in pin_reply()
|
D | btif_dm.cc | 2825 uint8_t pin_len, bt_pin_code_t pin_code) { in btif_dm_pin_reply()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.cc | 600 uint8_t pin_len, uint8_t* p_pin) { in BTM_PINCodeReply()
|