Searched defs:write_attribute (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/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 | 388 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode> { in write_attribute() method
|
/aosp_15_r20/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
|