Searched refs:bleSecurity_ (Results 1 – 1 of 1) sorted by relevance
142 std::unique_ptr<BleSecurity> bleSecurity_ = nullptr; member163 pimpl->bleSecurity_ = nullptr; in ~BleAdapter()640 if (pimpl->bleSecurity_ == nullptr) { in StartPair()682 if (pimpl->bleSecurity_ == nullptr) { in CancelPairing()832 if (pimpl->bleSecurity_ == nullptr) { in SetDevicePasskey()867 if (pimpl->bleSecurity_ != nullptr) { in PairRequestReply()941 if (pimpl->bleSecurity_ == nullptr) { in SetDevicePairingConfirmation()1077 if (pimpl->bleSecurity_ == nullptr) { in RegisterBleSecurityCallback()1080 pimpl->bleSecurity_->RegisterCallbackToGap(); in RegisterBleSecurityCallback()1088 if (pimpl->bleSecurity_ != nullptr) { in DeregisterBleSecurityCallback()[all …]