| /packages/modules/Bluetooth/system/rust/src/gatt/ |
| D | callbacks.rs | 105 ) -> 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/ |
| D | mock_raw_datastore.rs | 66 ) -> Result<Vec<u8>, AttErrorCode> { in read() argument 81 ) -> Result<(), AttErrorCode> { in write() argument 117 ) -> Result<(), AttErrorCode> { in execute() argument
|
| D | mock_datastore.rs | 58 ) -> Result<Vec<u8>, AttErrorCode> { in read() argument 72 ) -> Result<(), AttErrorCode> { in write() argument
|
| /packages/modules/Bluetooth/system/rust/src/gatt/callbacks/ |
| D | callback_transaction_manager.rs | 75 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/ |
| D | att_database.rs | 70 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
|
| D | gatt_database.rs | 350 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/ |
| D | test_att_db.rs | 41 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/ |
| D | gap.rs | 42 ) -> Result<Vec<u8>, AttErrorCode> { in read() argument 61 ) -> Result<(), AttErrorCode> { in write() argument
|
| D | gatt.rs | 63 ) -> 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/ |
| D | att_filter_by_size_type.rs | 32 ) -> Result<impl Iterator<Item = AttributeWithValue>, AttErrorCode> { in filter_read_attributes_by_size_type() argument
|