/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_client.h | 47 virtual int WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_gatt_client_server.h | 47 int WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.h | 45 int WriteDescriptor(int appId, Descriptor &descriptor) override;
|
H A D | gatt_client_service.cpp | 112 void WriteDescriptor(int appId, uint16_t handle, const GattValue &value, int length); 349 int GattClientService::WriteDescriptor(int appId, Descriptor &descriptor) in WriteDescriptor() function in OHOS::bluetooth::GattClientService 363 …std::bind(&impl::WriteDescriptor, pimpl.get(), appId, descriptor.handle_, sharedPtr, descriptor.le… in WriteDescriptor() 766 void GattClientService::impl::WriteDescriptor(int appId, uint16_t handle, const GattValue &value, i… in WriteDescriptor() function in OHOS::bluetooth::GattClientService::impl
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_gatt_client_proxy.h | 44 int WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_client.h | 360 int WriteDescriptor(GattDescriptor &descriptor);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_client.h | 249 virtual int WriteDescriptor(int appId, Descriptor &descriptor) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_client_server.cpp | 452 int BluetoothGattClientServer::WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) in WriteDescriptor() function in OHOS::Bluetooth::BluetoothGattClientServer 468 return pimpl->clientService_->WriteDescriptor(appId, desc); in WriteDescriptor()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_client_test.cpp | 342 int result = client.WriteDescriptor(descriptor);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 905 result = proxy->WriteDescriptor(pimpl->applicationId_, &desc); in SetNotifyCharacteristicInner() 1015 int GattClient::WriteDescriptor(GattDescriptor &descriptor) in WriteDescriptor() function in OHOS::Bluetooth::GattClient 1048 result = proxy->WriteDescriptor(pimpl->applicationId_, &desc); in WriteDescriptor()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_client_stub.cpp | 242 int result = WriteDescriptor(appId, descriptor.get()); in WriteDescriptorInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_client_proxy.cpp | 209 int BluetoothGattClientProxy::WriteDescriptor(int32_t appId, BluetoothGattDescriptor *descriptor) in WriteDescriptor() function in OHOS::Bluetooth::BluetoothGattClientProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client.cpp | 645 ret = gattClient->WriteDescriptor(*descriptor); in WriteDescriptorValueEx() 803 int ret = client->WriteDescriptor(*descriptor); in WriteDescriptorValue()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 717 int result = client->WriteDescriptor(*tmpDescriptor); in BleGattcWriteDescriptor()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_hogp.cpp | 661 gattClientService->WriteDescriptor(appId_, *iter->second->config); in SetInputReportNotification()
|