Searched defs:p_pin (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec_api.cc | 61 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, uint8_t* p_pin) { in BTA_DmPinReply()
|
D | bta_dm_sec_int.h | 30 uint8_t p_pin[PIN_CODE_LEN]; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_dm_api.cc | 225 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, uint8_t* p_pin) { in BTA_DmPinReply()
|
D | mock_stack_btm_sec.cc | 165 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/ |
D | btm_sec.cc | 549 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 D | dbus_new.c | 1388 char pin[9], *p_pin = NULL; in wpas_dbus_signal_p2p_provision_discovery() local
|