Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server_callback.h51 void OnNotificationCharacteristicChanged(const BluetoothRemoteDevice &device,
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h143 … virtual void OnNotificationCharacteristicChanged(const BluetoothRemoteDevice &device, int result) in OnNotificationCharacteristicChanged() function
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server_callback.cpp121 void NapiGattServerCallback::OnNotificationCharacteristicChanged(const BluetoothRemoteDevice &devic… in OnNotificationCharacteristicChanged() function in OHOS::Bluetooth::NapiGattServerCallback
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp49 … void OnNotificationCharacteristicChanged(const BluetoothRemoteDevice &device, int result) override in OnNotificationCharacteristicChanged() function in OHOS::Bluetooth::BluetoothGattServerCallbackCommon
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp505 … void OnNotificationCharacteristicChanged(const BluetoothRemoteDevice &device, int result) override in OnNotificationCharacteristicChanged() function in OHOS::Bluetooth::GattServerCallbackWapper
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp275 serverSptr->pimpl->callback_->OnNotificationCharacteristicChanged( in OnNotifyConfirm()