Searched refs:OnConnectionStateUpdate (Results 1 – 6 of 6) sorted by relevance
40 void OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) override;
62 virtual void OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) = 0;
60 void NapiGattServerCallback::OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) in OnConnectionStateUpdate() function in OHOS::Bluetooth::NapiGattServerCallback
31 void OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) override in OnConnectionStateUpdate() function in OHOS::Bluetooth::BluetoothGattServerCallbackCommon
248 void OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) override in OnConnectionStateUpdate() function in OHOS::Bluetooth::GattServerCallbackWapper
304 serverSptr->pimpl->callback_->OnConnectionStateUpdate( in OnConnectionStateChanged()