| /packages/modules/Bluetooth/system/rust/src/gatt/ | 
| D | callbacks.rs | 105     ) -> Result<AttAttributeDataChild, AttErrorCode>;  in read()  argument115     ) -> Result<(), AttErrorCode>;  in write()  argument
 132     ) -> Result<(), AttErrorCode>;  in execute()  argument
 145     ) -> Result<AttAttributeDataChild, AttErrorCode>;  in read()  argument
 154     ) -> Result<(), AttErrorCode>;  in write()  argument
 166     ) -> Result<AttAttributeDataChild, 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 | 69     ) -> Result<AttAttributeDataChild, AttErrorCode> {  in read()  argument84     ) -> Result<(), AttErrorCode> {  in write()  argument
 120     ) -> Result<(), AttErrorCode> {  in execute()  argument
 
 | 
| D | mock_datastore.rs | 61     ) -> Result<AttAttributeDataChild, AttErrorCode> {  in read()  argument75     ) -> Result<(), AttErrorCode> {  in write()  argument
 
 | 
| /packages/modules/Bluetooth/system/rust/src/gatt/callbacks/ | 
| D | callback_transaction_manager.rs | 75         value: Result<AttAttributeDataChild, AttErrorCode>,  in send_response()  argument117     ) -> Result<AttAttributeDataChild, AttErrorCode> {  in wait()  argument
 145     ) -> Result<AttAttributeDataChild, AttErrorCode> {  in read()  argument
 173     ) -> Result<(), AttErrorCode> {  in write()  argument
 224     ) -> Result<(), AttErrorCode> {  in execute()  argument
 
 | 
| /packages/modules/Bluetooth/system/rust/src/gatt/server/ | 
| D | att_database.rs | 74     ) -> Result<AttAttributeDataChild, AttErrorCode>;  in read_attribute()  argument81     ) -> Result<(), AttErrorCode>;  in write_attribute()  argument
 122     ) -> Result<AttAttributeDataChild, AttErrorCode> {  in read_attribute()  argument
 130     ) -> Result<(), AttErrorCode> {  in write_attribute()  argument
 
 | 
| D | gatt_database.rs | 347     ) -> Result<AttAttributeDataChild, AttErrorCode> {  in read_attribute()  argument392     ) -> Result<(), AttErrorCode> {  in write_attribute()  argument
 
 | 
| /packages/modules/Bluetooth/system/rust/src/gatt/server/test/ | 
| D | test_att_db.rs | 44     ) -> Result<AttAttributeDataChild, AttErrorCode> {  in read_attribute()  argument62     ) -> Result<(), AttErrorCode> {  in write_attribute()  argument
 
 | 
| /packages/modules/Bluetooth/system/rust/src/gatt/server/services/ | 
| D | gap.rs | 42     ) -> Result<AttAttributeDataChild, AttErrorCode> {  in read()  argument61     ) -> Result<(), AttErrorCode> {  in write()  argument
 
 | 
| D | gatt.rs | 64     ) -> Result<AttAttributeDataChild, AttErrorCode> {  in read()  argument88     ) -> Result<(), AttErrorCode> {  in write()  argument
 276     ) -> Result<(), AttErrorCode> {  in register_for_indication()  argument
 
 | 
| /packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/ | 
| D | att_filter_by_size_type.rs | 34 ) -> Result<impl Iterator<Item = AttributeWithValue>, AttErrorCode> {  in filter_read_attributes_by_size_type()  argument
 |