Home
last modified time | relevance | path

Searched defs:needRespones (Results 1 – 6 of 6) sorted by relevance

/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()
/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()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_callback_stub.cpp147 bool needRespones = data.ReadBool(); in OnCharacteristicWriteRequestInner() local
/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()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp157 const BluetoothGattCharacteristic &characteristic, bool needRespones) override in OnCharacteristicWriteRequest()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp935 …int16_t connectionHandle, uint16_t valueHandle, GattValue &value, size_t length, bool needRespones) in OnWriteCharacteristicEvent()