Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c392 int GAP_LeGetSecurityStatus(const BtAddr *addr, GAP_LeSecurityStatus *status, uint8_t *encKeySize) in GAP_LeGetSecurityStatus()
H A Dgap_le_if.c165 uint8_t *encKeySize; member
1332 int GAPIF_LeGetSecurityStatus(const BtAddr *addr, GAP_LeSecurityStatus *status, uint8_t *encKeySize) in GAPIF_LeGetSecurityStatus()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h150 uint8_t encKeySize; member
H A Dsmp_tool.c963 void SMP_LongTermKeyCopy(uint8_t *destLtk, const uint8_t *sourceLtk, uint8_t encKeySize) in SMP_LongTermKeyCopy()
H A Dsmp_def.h160 uint8_t encKeySize; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp1164 uint8_t encKeySize = 0; in CheckEncryption() local