Home
last modified time | relevance | path

Searched refs:WritePrepare (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1170 WritePrepare = 3, enumerator
2562 write_type = GattWriteType::WritePrepare; in write_characteristic()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1245 "Prepare" => GattWriteType::WritePrepare, in cmd_gatt()