Home
last modified time | relevance | path

Searched defs:pin_len (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc71 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
Dbta_dm_sec_int.h29 uint8_t pin_len; member
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.cc233 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
Dmock_stack_btm_sec.cc181 uint8_t pin_len, uint8_t* p_pin) { in BTM_PINCodeReply()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc679 static int pin_reply(const RawAddress* bd_addr, uint8_t accept, uint8_t pin_len, in pin_reply()
Dbtif_dm.cc2825 uint8_t pin_len, bt_pin_code_t pin_code) { in btif_dm_pin_reply()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc600 uint8_t pin_len, uint8_t* p_pin) { in BTM_PINCodeReply()