Searched defs:needRespones (Results 1 – 6 of 6) sorted by relevance
/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()
|
/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()
|
/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
|
/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()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 157 const BluetoothGattCharacteristic &characteristic, bool needRespones) override in OnCharacteristicWriteRequest()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.cpp | 935 …int16_t connectionHandle, uint16_t valueHandle, GattValue &value, size_t length, bool needRespones) in OnWriteCharacteristicEvent()
|