Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp58 DECLARE_NAPI_FUNCTION("notifyCharacteristicChanged", NotifyCharacteristicChanged), in DefineGattServerJSClass()
349 … ret = server->NotifyCharacteristicChanged(remoteDevice, *character, notifyCharacter.confirm); in NotifyCharacteristicChangedEx()
385 napi_value NapiGattServer::NotifyCharacteristicChanged(napi_env env, napi_callback_info info) in NotifyCharacteristicChanged() function in OHOS::Bluetooth::NapiGattServer
399 … int ret = server->NotifyCharacteristicChanged(remoteDevice, *character, notifyCharacter.confirm); in NotifyCharacteristicChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server.h44 static napi_value NotifyCharacteristicChanged(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h247 int NotifyCharacteristicChanged(
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp184 int res = server.NotifyCharacteristicChanged(deviceBle_, *aa, false);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp1100 GATTSERVER(serverId)->NotifyCharacteristicChanged(device, characteristic, in BleGattsSendIndication()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp724 int GattServer::NotifyCharacteristicChanged( in NotifyCharacteristicChanged() function in OHOS::Bluetooth::GattServer