Searched refs:ReadDescriptorValue (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_gatt_client.h | 45 static napi_value ReadDescriptorValue(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_profile.h | 68 void ReadDescriptorValue(int reqId, uint16_t connectHandle, uint16_t handle) const;
|
H A D | gatt_client_service.cpp | 762 profile_->ReadDescriptorValue(appId, client.connection_.GetHandle(), handle); in ReadDescriptor()
|
H A D | gatt_client_profile.cpp | 556 void GattClientProfile::ReadDescriptorValue(int reqId, uint16_t connectHandle, uint16_t handle) con… in ReadDescriptorValue() function in OHOS::bluetooth::GattClientProfile
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client.cpp | 83 DECLARE_NAPI_FUNCTION("readDescriptorValue", ReadDescriptorValue), in DefineGattClientJSClass() 348 napi_value NapiGattClient::ReadDescriptorValue(napi_env env, napi_callback_info info) in ReadDescriptorValue() function in OHOS::Bluetooth::NapiGattClient
|