Home
last modified time | relevance | path

Searched refs:WriteDescriptorValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client.h54 static napi_value WriteDescriptorValue(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.h80 void WriteDescriptorValue(
H A Dgatt_client_service.cpp776 … profile_->WriteDescriptorValue(appId, client.connection_.GetHandle(), handle, value, length); in WriteDescriptor()
H A Dgatt_client_profile.cpp698 void GattClientProfile::WriteDescriptorValue( in WriteDescriptorValue() function in OHOS::bluetooth::GattClientProfile
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp95 DECLARE_NAPI_FUNCTION("writeDescriptorValue", WriteDescriptorValue), in DefineGattClientJSClass()
791 napi_value NapiGattClient::WriteDescriptorValue(napi_env env, napi_callback_info info) in WriteDescriptorValue() function in OHOS::Bluetooth::NapiGattClient