Searched defs:write_attribute (Results 1 – 3 of 3) sorted by relevance
| /packages/modules/Bluetooth/system/rust/src/gatt/server/ |
| D | att_database.rs | 73 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode>; in write_attribute() method 115 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode> { in write_attribute() method
|
| D | gatt_database.rs | 391 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode> { in write_attribute() method
|
| /packages/modules/Bluetooth/system/rust/src/gatt/server/test/ |
| D | test_att_db.rs | 53 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode> { in write_attribute() method
|