Home
last modified time | relevance | path

Searched defs:read_attribute (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs68 async fn read_attribute(&self, handle: AttHandle) -> Result<Vec<u8>, AttErrorCode>; in read_attribute() method
109 async fn read_attribute(&self, handle: AttHandle) -> Result<Vec<u8>, AttErrorCode> { in read_attribute() method
Dgatt_database.rs342 async fn read_attribute(&self, handle: AttHandle) -> Result<Vec<u8>, AttErrorCode> { in read_attribute() method
/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs39 async fn read_attribute(&self, handle: AttHandle) -> Result<Vec<u8>, AttErrorCode> { in read_attribute() method