Searched refs:needRespones (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_gatt_server_callback_proxy.cpp | 110 … BluetoothGattDevice &device, const BluetoothGattCharacteristic &characteristic, bool needRespones) in OnCharacteristicWriteRequest() argument 125 if (!data.WriteBool(needRespones)) { in OnCharacteristicWriteRequest()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_gatt_server_callback_stub.cpp | 147 bool needRespones = data.ReadBool(); in OnCharacteristicWriteRequestInner() local 149 stub->OnCharacteristicWriteRequest(*device, *characteristic, needRespones); in OnCharacteristicWriteRequestInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_gatt_server_callback.h | 37 …toothGattDevice &device, const BluetoothGattCharacteristic &characteristic, bool needRespones) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_gatt_server_callback_proxy.h | 35 const BluetoothGattCharacteristic &characteristic, bool needRespones) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_gatt_server.h | 77 const GattDevice &device, const Characteristic &characteristic, bool needRespones) {} in OnCharacteristicWriteRequest() argument
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_gatt_server_server.cpp | 103 const bluetooth::Characteristic &characteristic, bool needRespones) override in OnCharacteristicWriteRequest() argument 105 … HILOGI("addr: %{public}s, needRespones: %{public}d", GET_ENCRYPT_GATT_ADDR(device), needRespones); in OnCharacteristicWriteRequest() 111 (BluetoothGattDevice)device, (BluetoothGattCharacteristic)characteristic, needRespones); in OnCharacteristicWriteRequest()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 157 const BluetoothGattCharacteristic &characteristic, bool needRespones) override in OnCharacteristicWriteRequest() argument 171 …needRespones ? GattCharacteristic::WriteType::DEFAULT : GattCharacteristic::WriteType::NO_RESPONSE… in OnCharacteristicWriteRequest() 173 if (needRespones) { in OnCharacteristicWriteRequest()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.cpp | 91 …nt16_t connectionHandle, uint16_t valueHandle, GattValue &value, size_t length, bool needRespones); 935 …int16_t connectionHandle, uint16_t valueHandle, GattValue &value, size_t length, bool needRespones) in OnWriteCharacteristicEvent() argument 969 …>second.callback_->OnCharacteristicWriteRequest(remote->second.GetDevice(), gattCCC, needRespones); in OnWriteCharacteristicEvent()
|