Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs58 pub fn writable_without_response(&self) -> bool { in writable_without_response() method
Dgatt_database.rs219 .writable_without_response() in add_service_with_handles()
448 if !attr.attribute.permissions.writable_without_response() { in write_no_response_attribute()