/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_client.h | 46 virtual int ReadDescriptor(int32_t appId, const BluetoothGattDescriptor &descriptor) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_client_server.h | 46 int ReadDescriptor(int32_t appId, const BluetoothGattDescriptor &descriptor) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.h | 44 int ReadDescriptor(int appId, const Descriptor &descriptor) override;
|
H A D | gatt_client_service.cpp | 111 void ReadDescriptor(int appId, uint16_t handle); 338 int GattClientService::ReadDescriptor(int appId, const Descriptor &descriptor) in ReadDescriptor() function in OHOS::bluetooth::GattClientService 344 …GetDispatcher()->PostTask(std::bind(&impl::ReadDescriptor, pimpl.get(), appId, descriptor.handle_)… in ReadDescriptor() 753 void GattClientService::impl::ReadDescriptor(int appId, uint16_t handle) in ReadDescriptor() function in OHOS::bluetooth::GattClientService::impl
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_client_proxy.h | 43 int ReadDescriptor(int32_t appId, const BluetoothGattDescriptor &descriptor) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_client.h | 286 int ReadDescriptor(GattDescriptor &descriptor);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_client.h | 239 virtual int ReadDescriptor(int appId, const Descriptor &descriptor) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_hogp.cpp | 491 gattClientService->ReadDescriptor(appId_, descriptor); in GetExternalRptRefInfo() 513 gattClientService->ReadDescriptor(appId_, descriptor); in GetExternalCfgInfo() 549 gattClientService->ReadDescriptor(appId_, *reference); in GetHidReport()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 437 int BluetoothGattClientServer::ReadDescriptor(int32_t appId, const BluetoothGattDescriptor &descrip… in ReadDescriptor() function in OHOS::Bluetooth::BluetoothGattClientServer 449 return pimpl->clientService_->ReadDescriptor(appId, (Descriptor)descriptor); in ReadDescriptor()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_client_test.cpp | 257 int result = client.ReadDescriptor(descriptor);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_client_stub.cpp | 225 int result = ReadDescriptor(appId, *descriptor); in ReadDescriptorInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_proxy.cpp | 192 int BluetoothGattClientProxy::ReadDescriptor(int32_t appId, const BluetoothGattDescriptor &descript… in ReadDescriptor() function in OHOS::Bluetooth::BluetoothGattClientProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 803 int GattClient::ReadDescriptor(GattDescriptor &descriptor) in ReadDescriptor() function in OHOS::Bluetooth::GattClient 830 result = proxy->ReadDescriptor( in ReadDescriptor()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 681 int result = client->ReadDescriptor(*tmpDescriptor); in BleGattcReadDescriptor()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client.cpp | 364 ret = gattClient->ReadDescriptor(*descriptor); in ReadDescriptorValue()
|