Home
last modified time | relevance | path

Searched defs:GattWriteType (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_callbacks.rs63 write_type: GattWriteType, in on_server_write()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dcallbacks.rs43 write_type: GattWriteType, in on_server_write()
66 pub enum GattWriteType { enum
Dffi.rs212 write_type: GattWriteType, in on_server_write()
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py34 class GattWriteType(enum.IntEnum): class
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs554 write_type: GattWriteType, in write_characteristic()
1166 pub enum GattWriteType { enum
1173 impl Default for GattWriteType { implementation
2553 mut write_type: GattWriteType, in write_characteristic()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs824 write_type: GattWriteType, in write_characteristic()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1699 write_type: GattWriteType, in write_characteristic()