Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp390 …(void)memcpy_s(&gapCallbackParam.lePairPassKeyNotification_.addr, sizeof(BtAddr), addr, sizeof(BtA… in LePairPassKeyNotification()
391 gapCallbackParam.lePairPassKeyNotification_.number = number; in LePairPassKeyNotification()
751 RawAddress addr = RawAddress::ConvertToString(param.lePairPassKeyNotification_.addr.addr); in GapLePairPassKeyNotification()
753 uint32_t number = param.lePairPassKeyNotification_.number; in GapLePairPassKeyNotification()
H A Dble_defs.h328 } lePairPassKeyNotification_; member