/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;
|
/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;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_client.h | 286 int ReadDescriptor(GattDescriptor &descriptor);
|
/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;
|
/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
|
/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;
|
/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()
|
/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 &descriptor) in ReadDescriptor() function in OHOS::Bluetooth::BluetoothGattClientServer 449 return pimpl->clientService_->ReadDescriptor(appId, (Descriptor)descriptor); in ReadDescriptor()
|
/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_client_test.cpp | 243 * @tc.name: ReadDescriptor 257 int result = client.ReadDescriptor(descriptor); in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_client_stub.cpp | 225 int result = ReadDescriptor(appId, *descriptor); in ReadDescriptorInner()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_proxy.cpp | 189 int BluetoothGattClientProxy::ReadDescriptor(int32_t appId, const BluetoothGattDescriptor &descriptor) in ReadDescriptor() function in OHOS::Bluetooth::BluetoothGattClientProxy
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 800 int GattClient::ReadDescriptor(GattDescriptor &descriptor) in ReadDescriptor() function in OHOS::Bluetooth::GattClient 827 result = proxy->ReadDescriptor( in ReadDescriptor()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 678 int result = client->ReadDescriptor(*tmpDescriptor); in BleGattcReadDescriptor()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client.cpp | 354 ret = gattClient->ReadDescriptor(*descriptor); in ReadDescriptorValue()
|