Searched refs:GattcFindCharacteristic (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 83 static GattCharacteristic *GattcFindCharacteristic(int clientId, std::shared_ptr<GattClient> &client, in GattcFindCharacteristic() function 607 GattCharacteristic *tmpCharac = GattcFindCharacteristic(clientId, client, characteristic); in BleGattcReadCharacteristic() 633 GattCharacteristic *tmpCharac = GattcFindCharacteristic(clientId, client, characteristic); in BleGattcWriteCharacteristic() 661 GattCharacteristic *tmpCharac = GattcFindCharacteristic(clientId, client, descriptor.characteristic); in BleGattcReadDescriptor() 696 GattCharacteristic *tmpCharac = GattcFindCharacteristic(clientId, client, descriptor.characteristic); in BleGattcWriteDescriptor() 732 HILOGE("GattcFindCharacteristic, clientId: %{public}d, has not been registered.", clientId); in BleGattcConfigureMtuSize() 759 GattCharacteristic *tmpCharac = GattcFindCharacteristic(clientId, client, characteristic); in BleGattcRegisterNotification()
|
Completed in 2 milliseconds