/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/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 | 347 async fn read_attribute(&self, handle: AttHandle) -> Result<Vec<u8>, AttErrorCode> { in read_attribute() argument 388 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode> { in write_attribute() argument
|
/aosp_15_r20/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
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/services/ |
D | gatt.rs | 61 ) -> Result<Vec<u8>, AttErrorCode> { in read() argument 86 ) -> Result<(), AttErrorCode> { in write() argument 269 ) -> Result<(), AttErrorCode> { in register_for_indication() argument
|
D | gap.rs | 42 ) -> Result<Vec<u8>, AttErrorCode> { in read() argument 61 ) -> Result<(), AttErrorCode> { in write() argument
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/bluetooth_core_rust_packets/gen/ |
D | _packets.rs | 293 pub enum AttErrorCode { enum 310 impl TryFrom<u8> for AttErrorCode { implementation 2546 pub fn error_code(&self) -> AttErrorCode { in error_code()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/libbluetooth_core_rs/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex33/out/ |
D | _packets.rs | 293 pub enum AttErrorCode { enum 310 impl TryFrom<u8> for AttErrorCode { implementation 2546 pub fn error_code(&self) -> AttErrorCode { in error_code()
|