Home
last modified time | relevance | path

Searched refs:needRespones (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_callback_proxy.cpp110 … 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 Dbluetooth_gatt_server_callback_stub.cpp147 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 Di_bluetooth_gatt_server_callback.h37 …toothGattDevice &device, const BluetoothGattCharacteristic &characteristic, bool needRespones) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_gatt_server_callback_proxy.h35 const BluetoothGattCharacteristic &characteristic, bool needRespones) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_gatt_server.h77 const GattDevice &device, const Characteristic &characteristic, bool needRespones) {} in OnCharacteristicWriteRequest() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp103 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 Dbluetooth_gatt_server.cpp157 const BluetoothGattCharacteristic &characteristic, bool needRespones) override in OnCharacteristicWriteRequest() argument
171needRespones ? 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 Dgatt_server_service.cpp91 …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()