Home
last modified time | relevance | path

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

/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_LINKKEY_SIZE); in LinkKeyNotification()
971 ReceiveLinkKeyNotification(param.linkKeyNotificationParam_.addr, in HandleSecurityEvent()
972 param.linkKeyNotificationParam_.linkKey, in HandleSecurityEvent()
973 param.linkKeyNotificationParam_.keyType); in HandleSecurityEvent()

Completed in 5 milliseconds