Searched refs:ReadDescriptorValue (Results 1 - 5 of 5) sorted by relevance
/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);
|
/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) const in ReadDescriptorValue() function in OHOS::bluetooth::GattClientProfile
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client.cpp | 79 DECLARE_NAPI_FUNCTION("readDescriptorValue", ReadDescriptorValue), in DefineGattClientJSClass() 338 napi_value NapiGattClient::ReadDescriptorValue(napi_env env, napi_callback_info info) in ReadDescriptorValue() function in OHOS::Bluetooth::NapiGattClient
|
Completed in 9 milliseconds