Home
last modified time | relevance | path

Searched refs:pin_code_length (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/test/SP/
DBV-05-C.in55 pin_code_length: 1,
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h216 uint8_t pin_code_length; /* Length of the pin_code used for pairing */ member
Dbtm_dev.cc126 p_dev_rec->sec_rec.pin_code_length = pin_length; in BTM_SecAddDevice()
Dbtm_sec.cc648 p_dev_rec->sec_rec.pin_code_length = pin_len; in BTM_PINCodeReply()
3264 if (p_dev_rec->sec_rec.pin_code_length >= 16 || in btm_sec_auth_complete()
3328 if (p_dev_rec->sec_rec.pin_code_length >= 16 || in btm_sec_encrypt_change()
3886 if (p_dev_rec->sec_rec.pin_code_length >= 16 || in btm_sec_connected()
4179 if (p_dev_rec->sec_rec.pin_code_length >= 16 || in btm_sec_link_key_notification()
/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel_unittest.cc322 uint8_t pin_code_length = 6; in TEST_F() local
324 …auto packet = hci::PinCodeRequestReplyBuilder::Create(device_.GetAddress(), pin_code_length, pin_c… in TEST_F()
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/
Dcert_security.py255 …hci.PinCodeRequestReply(bd_addr=bluetooth.Address(peer), pin_code_length=len(pin), pin_code=pin_li…
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl1078 pin_code_length : 5, // 0x01 - 0x10
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1216 pin_code_length : 5, // 0x01 - 0x10