Searched refs:ReadCharacteristicValue (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 | 44 static napi_value ReadCharacteristicValue(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 | 65 void ReadCharacteristicValue(int reqId, uint16_t connectHandle, uint16_t handle) const;
|
H A D | gatt_client_service.cpp | 702 profile_->ReadCharacteristicValue(appId, client.connection_.GetHandle(), handle + 1); in ReadCharacteristic()
|
H A D | gatt_client_profile.cpp | 464 void bluetooth::GattClientProfile::ReadCharacteristicValue(int reqId, uint16_t connectHandle, uint1… in ReadCharacteristicValue() function in OHOS::bluetooth::bluetooth::GattClientProfile
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client.cpp | 82 DECLARE_NAPI_FUNCTION("readCharacteristicValue", ReadCharacteristicValue), in DefineGattClientJSClass() 295 napi_value NapiGattClient::ReadCharacteristicValue(napi_env env, napi_callback_info info) in ReadCharacteristicValue() function in OHOS::Bluetooth::NapiGattClient
|