Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/record/
Dsecurity_record_storage.cc71 penc_keys[26] = record->security_level; in SetLeData()
87 *(psrk_keys.data() + 20) = record->security_level; in SetLeData()
166 record->security_level = peer_encryption_keys->data()[26]; in LoadSecurityRecords()
176 record->security_level = peer_signature_resolving_keys->data()[20]; in LoadSecurityRecords()
Dsecurity_record.h131 uint8_t security_level; variable
Dsecurity_record_storage_test.cc97 record->security_level = 2; in TEST_F()
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_l2cap.py235 def register_coc(self, cert_address, psm=0x33, security_level=SecurityLevel.NO_SECURITY): argument
237 …_le_facade_pb2.SetEnableDynamicChannelRequest(psm=psm, enable=True, security_level=security_level))
/packages/modules/Bluetooth/system/gd/security/
Dinitial_informations.h61 uint8_t security_level; member
/packages/modules/Bluetooth/system/blueberry/facade/l2cap/le/
Dfacade.proto58 SecurityLevel security_level = 3; field
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc718 record->security_level = result.security_level; in OnPairingFinished()
/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfacade.cc108 … SecurityLevelToPolicy(request->security_level()))); in SetDynamicChannel()