Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.h101 bool GapEncryptionComplete(const BleGapCallbackParam &param) const;
H A Dble_security.cpp63 …cMap_.insert(std::make_pair(BLE_GAP_ENCRYPTION_COMPLETE_EVT, &BleSecurity::GapEncryptionComplete)); in InitGapEventFuncTable()
512 bool BleSecurity::GapEncryptionComplete(const BleGapCallbackParam &param) const in GapEncryptionComplete() function in OHOS::bluetooth::BleSecurity