Home
last modified time | relevance | path

Searched refs:OnConnectionStateUpdate (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server_callback.h40 void OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h62 virtual void OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server_callback.cpp60 void NapiGattServerCallback::OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) in OnConnectionStateUpdate() function in OHOS::Bluetooth::NapiGattServerCallback
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp31 void OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) override in OnConnectionStateUpdate() function in OHOS::Bluetooth::BluetoothGattServerCallbackCommon
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp248 void OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) override in OnConnectionStateUpdate() function in OHOS::Bluetooth::GattServerCallbackWapper
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp304 serverSptr->pimpl->callback_->OnConnectionStateUpdate( in OnConnectionStateChanged()