Searched refs:NotifyCharacteristicChanged (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_server.cpp | 58 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 D | napi_bluetooth_gatt_server.h | 44 static napi_value NotifyCharacteristicChanged(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_server.h | 247 int NotifyCharacteristicChanged(
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_server_test.cpp | 184 int res = server.NotifyCharacteristicChanged(deviceBle_, *aa, false);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 1100 GATTSERVER(serverId)->NotifyCharacteristicChanged(device, characteristic, in BleGattsSendIndication()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 724 int GattServer::NotifyCharacteristicChanged( in NotifyCharacteristicChanged() function in OHOS::Bluetooth::GattServer
|