Home
last modified time | relevance | path

Searched refs:linkKeyNotificationParam_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_defs.h201 } linkKeyNotificationParam_; member
H A Dclassic_adapter.cpp838 …(void)memcpy_s((void *)&param.linkKeyNotificationParam_.addr, sizeof(BtAddr), addr, sizeof(BtAddr)… in LinkKeyNotification()
839 param.linkKeyNotificationParam_.keyType = keyType; in LinkKeyNotification()
840 …(void)memcpy_s((void *)param.linkKeyNotificationParam_.linkKey, GAP_LINKKEY_SIZE, linkKey, GAP_LIN… in LinkKeyNotification()
971 ReceiveLinkKeyNotification(param.linkKeyNotificationParam_.addr, in HandleSecurityEvent()
972 param.linkKeyNotificationParam_.linkKey, in HandleSecurityEvent()
973 param.linkKeyNotificationParam_.keyType); in HandleSecurityEvent()