Home
last modified time | relevance | path

Searched defs:AttErrorCode (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/
Dcallbacks.rs105 ) -> Result<Vec<u8>, AttErrorCode>; in read() argument
115 ) -> Result<(), AttErrorCode>; in write() argument
132 ) -> Result<(), AttErrorCode>; in execute() argument
145 ) -> Result<Vec<u8>, AttErrorCode>; in read() argument
154 ) -> Result<(), AttErrorCode>; in write() argument
166 ) -> Result<Vec<u8>, AttErrorCode> { in read() argument
182 ) -> Result<(), AttErrorCode> { in write() argument
204 async fn execute(&self, _: TransportIndex, _: TransactionDecision) -> Result<(), AttErrorCode> { in execute() argument
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_raw_datastore.rs66 ) -> Result<Vec<u8>, AttErrorCode> { in read() argument
81 ) -> Result<(), AttErrorCode> { in write() argument
117 ) -> Result<(), AttErrorCode> { in execute() argument
Dmock_datastore.rs58 ) -> Result<Vec<u8>, AttErrorCode> { in read() argument
72 ) -> Result<(), AttErrorCode> { in write() argument
/packages/modules/Bluetooth/system/rust/src/gatt/callbacks/
Dcallback_transaction_manager.rs75 value: Result<Vec<u8>, AttErrorCode>, in send_response() argument
114 async fn wait(self, manager: &CallbackTransactionManager) -> Result<Vec<u8>, AttErrorCode> { in wait() argument
142 ) -> Result<Vec<u8>, AttErrorCode> { in read() argument
170 ) -> Result<(), AttErrorCode> { in write() argument
221 ) -> Result<(), AttErrorCode> { in execute() argument
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs70 async fn read_attribute(&self, handle: AttHandle) -> Result<Vec<u8>, AttErrorCode>; in read_attribute() argument
73 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode>; in write_attribute() argument
111 async fn read_attribute(&self, handle: AttHandle) -> Result<Vec<u8>, AttErrorCode> { in read_attribute() argument
115 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode> { in write_attribute() argument
Dgatt_database.rs350 async fn read_attribute(&self, handle: AttHandle) -> Result<Vec<u8>, AttErrorCode> { in read_attribute() argument
391 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode> { in write_attribute() argument
/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs41 async fn read_attribute(&self, handle: AttHandle) -> Result<Vec<u8>, AttErrorCode> { in read_attribute() argument
53 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode> { in write_attribute() argument
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgap.rs42 ) -> Result<Vec<u8>, AttErrorCode> { in read() argument
61 ) -> Result<(), AttErrorCode> { in write() argument
Dgatt.rs63 ) -> Result<Vec<u8>, AttErrorCode> { in read() argument
88 ) -> Result<(), AttErrorCode> { in write() argument
270 ) -> Result<(), AttErrorCode> { in register_for_indication() argument
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/
Datt_filter_by_size_type.rs32 ) -> Result<impl Iterator<Item = AttributeWithValue>, AttErrorCode> { in filter_read_attributes_by_size_type() argument