Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp139 std::unique_ptr<BleSecurity> bleSecurity_ = nullptr; member
160 pimpl->bleSecurity_ = nullptr; in ~BleAdapter()
628 if (pimpl->bleSecurity_ == nullptr) { in StartPair()
643 int ret = pimpl->bleSecurity_->StartPair(device, peerAddrType); in StartPair()
666 if (pimpl->bleSecurity_ == nullptr) { in CancelPairing()
670 if (BT_SUCCESS == pimpl->bleSecurity_->CancelPairing(device)) { in CancelPairing()
804 if (pimpl->bleSecurity_ == nullptr) { in SetDevicePasskey()
822 ret = pimpl->bleSecurity_->SetDevicePasskey(device, passkey, GAP_NOT_ACCEPT); in SetDevicePasskey()
824 ret = pimpl->bleSecurity_->SetDevicePasskey(device, passkey, GAP_ACCEPT); in SetDevicePasskey()
837 if (pimpl->bleSecurity_ ! in PairRequestReply()
[all...]

Completed in 3 milliseconds