Home
last modified time | relevance | path

Searched defs:p_pin (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_api.cc61 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, uint8_t* p_pin) { in BTA_DmPinReply()
Dbta_dm_sec_int.h30 uint8_t p_pin[PIN_CODE_LEN]; member
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.cc225 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, uint8_t* p_pin) { in BTA_DmPinReply()
Dmock_stack_btm_sec.cc165 void BTM_PINCodeReply(const RawAddress& bd_addr, tBTM_STATUS res, uint8_t pin_len, uint8_t* p_pin) { in BTM_PINCodeReply()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc549 void BTM_PINCodeReply(const RawAddress& bd_addr, tBTM_STATUS res, uint8_t pin_len, uint8_t* p_pin) { in BTM_PINCodeReply()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c1388 char pin[9], *p_pin = NULL; in wpas_dbus_signal_p2p_provision_discovery() local