Home
last modified time | relevance | path

Searched refs:BleSecurity (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp32 struct BleSecurity::impl {
37 BleSecurity::BleSecurity( in BleSecurity() function in OHOS::bluetooth::BleSecurity
42 pimpl(std::make_unique<BleSecurity::impl>()) in BleSecurity()
47 LOG_ERROR("[BleSecurity] %{public}s", __func__); in BleSecurity()
51 BleSecurity::~BleSecurity() in ~BleSecurity()
56 LOG_ERROR("[BleSecurity] %{public}s", __func__); in ~BleSecurity()
60 void BleSecurity::InitGapEventFuncTable() const in InitGapEventFuncTable()
63 pimpl->funcMap_.insert(std::make_pair(BLE_GAP_ENCRYPTION_COMPLETE_EVT, &BleSecurity in InitGapEventFuncTable()
[all...]
H A Dble_security.h35 class BleSecurity { class
40 explicit BleSecurity(
46 virtual ~BleSecurity();
122 typedef bool (BleSecurity::*func)(const BleGapCallbackParam &param) const;
129 BT_DISALLOW_COPY_AND_ASSIGN(BleSecurity);
H A Dble_adapter.cpp139 std::unique_ptr<BleSecurity> bleSecurity_ = nullptr;
1045 pimpl->bleSecurity_ = std::make_unique<BleSecurity>(*this, *GetDispatcher(), callback); in RegisterBleSecurityCallback()

Completed in 4 milliseconds