Home
last modified time | relevance | path

Searched refs:LePairComplete (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.h87 static void LePairComplete(const BtAddr *addr, uint8_t result, uint8_t keyType, void *context);
H A Dble_adapter.h155 void LePairComplete(const RawAddress &device, const int status) const;
H A Dble_security.cpp293 void BleSecurity::LePairComplete(const BtAddr *addr, uint8_t result, uint8_t keyType, void *context) in LePairComplete() function in OHOS::bluetooth::BleSecurity
818 (static_cast<BleAdapter *>(bleAdapter_))->LePairComplete(addr, param.lePairComplete_.result); in GapLePairComplete()
880 gapPairCallbacks_.lePairComplete = &BleSecurity::LePairComplete; in RegisterCallbackToGap()
H A Dble_defs.h356 struct LePairComplete { struct
H A Dble_adapter.cpp1346 void BleAdapter::LePairComplete(const RawAddress &device, const int status) const in LePairComplete() function in OHOS::bluetooth::BleAdapter

Completed in 8 milliseconds