Home
last modified time | relevance | path

Searched refs:LeEncKey (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h303 } 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 Dgap_le.h355 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 Dgap_le_sec.c322 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 Dgap_le_if.c139 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 Dble_security.cpp323 &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 Dble_defs.h364 LeEncKey remoteEncKey;
370 LeEncKey localEncKey;

Completed in 12 milliseconds