Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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.rs347 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/
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
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs61 ) -> Result<Vec<u8>, AttErrorCode> { in read() argument
86 ) -> Result<(), AttErrorCode> { in write() argument
269 ) -> Result<(), AttErrorCode> { in register_for_indication() argument
Dgap.rs42 ) -> 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/
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
/aosp_15_r20/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
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/bluetooth_core_rust_packets/gen/
D_packets.rs293 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.rs293 pub enum AttErrorCode { enum
310 impl TryFrom<u8> for AttErrorCode { implementation
2546 pub fn error_code(&self) -> AttErrorCode { in error_code()