Searched refs:LeEncKey (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_le_if.h | 303 } LeEncKey; typedef 389 LeEncKey *remoteEncKey; 392 LeEncKey *localEncKey; 753 const BtAddr *addr, uint8_t accept, LeEncKey remoteEncKey, uint8_t keyType); 765 const BtAddr *addr, uint8_t accept, LeEncKey localEncKey, uint8_t keyType);
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le.h | 355 int GAP_LeRemoteEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyType); 366 int GAP_LeLocalEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyType);
|
H A D | gap_le_sec.c | 322 LeEncKey remoteEncKey; in GapCallbackKeyNotify() 325 LeEncKey localEncKey; in GapCallbackKeyNotify() 571 int GAP_LeRemoteEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyType) in GAP_LeRemoteEncryptionKeyRsp() 617 int GAP_LeLocalEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey encKey, uint8_t keyType) in GAP_LeLocalEncryptionKeyRsp()
|
H A D | gap_le_if.c | 139 LeEncKey encKey; 1180 int GAPIF_LeRemoteEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey remoteEncKey, uint8_t keyType) in GAPIF_LeRemoteEncryptionKeyRsp() 1211 int GAPIF_LeLocalEncryptionKeyRsp(const BtAddr *addr, uint8_t accept, LeEncKey localEncKey, uint8_t keyType) in GAPIF_LeLocalEncryptionKeyRsp()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.cpp | 323 &gapCallbackParam.lePairKeyNotify_.remoteEncKey, sizeof(LeEncKey), leKeys.remoteEncKey, sizeof(LeEncKey)); in LePairKeyNotify() 346 &gapCallbackParam.lePairKeyNotify_.localEncKey, sizeof(LeEncKey), leKeys.localEncKey, sizeof(LeEncKey)); in LePairKeyNotify() 536 LeEncKey encKey; in GapLeLocalEncryptionKeyReqEvent() 565 LeEncKey encKey; in GapLeRemoteEncryptionKeyReqEvent()
|
H A D | ble_defs.h | 364 LeEncKey remoteEncKey; 370 LeEncKey localEncKey;
|
Completed in 11 milliseconds