Home
last modified time | relevance | path

Searched defs:AttHandle (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/
Dcallbacks.rs29 handle: AttHandle, in on_server_read()
41 handle: AttHandle, in on_server_write()
102 handle: AttHandle, in read()
111 handle: AttHandle, in write()
122 handle: AttHandle, in write_no_response()
143 handle: AttHandle, in read()
151 handle: AttHandle, in write()
163 handle: AttHandle, in read()
178 handle: AttHandle, in write()
195 handle: AttHandle, in write_no_response()
Dids.rs45 pub struct AttHandle(pub u16); struct
47 impl AttHandle { impl
Dffi.rs192 handle: AttHandle, in on_server_read()
211 handle: AttHandle, in on_server_write()
503 fn make_characteristic_record(uuid: Uuid, handle: AttHandle, properties: u8) -> GattRecord { in make_characteristic_record()
514 fn make_descriptor_record(uuid: Uuid, handle: AttHandle, permissions: u16) -> GattRecord { in make_descriptor_record()
Dserver.rs133 service_handle: AttHandle, in unregister_gatt_service()
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs10 impl From<att::AttHandle> for AttHandle { implementation
16 impl From<AttHandle> for att::AttHandle { implementation
73 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode>; in write_attribute()
76 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]); in write_no_response_attribute()
115 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode> { in write_attribute()
119 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]) { in write_no_response_attribute()
Dgatt_database.rs126 fn on_service_change(&self, range: RangeInclusive<AttHandle>); in on_service_change()
388 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode> { in write_attribute()
434 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]) { in write_no_response_attribute()
Dindication_handler.rs50 handle: AttHandle, in send()
Datt_server_bearer.rs113 handle: AttHandle, in send_indication()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/bluetooth_core_rust_packets/gen/
D_packets.rs397 pub struct AttHandle { struct
400 impl AttHandle { argument
405 impl Packet for AttHandle { implementation
487 pub fn starting_handle(&self) -> &AttHandle { in starting_handle()
490 pub fn ending_handle(&self) -> &AttHandle { in ending_handle()
674 pub fn handle(&self) -> &AttHandle { in handle()
703 pub fn handle(&self) -> &AttHandle { in handle()
1225 pub fn handle(&self) -> &AttHandle { in handle()
1332 pub fn start_handle(&self) -> &AttHandle { in start_handle()
1335 pub fn end_handle(&self) -> &AttHandle { in end_handle()
[all …]
/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.rs397 pub struct AttHandle { struct
400 impl AttHandle { impl
405 impl Packet for AttHandle { implementation
487 pub fn starting_handle(&self) -> &AttHandle { in starting_handle()
490 pub fn ending_handle(&self) -> &AttHandle { in ending_handle()
674 pub fn handle(&self) -> &AttHandle { in handle()
703 pub fn handle(&self) -> &AttHandle { in handle()
1225 pub fn handle(&self) -> &AttHandle { in handle()
1332 pub fn start_handle(&self) -> &AttHandle { in start_handle()
1335 pub fn end_handle(&self) -> &AttHandle { in end_handle()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs59 handle: AttHandle, in read()
83 handle: AttHandle, in write()
124 fn on_service_change(&self, range: RangeInclusive<AttHandle>) { in on_service_change()
268 handle: AttHandle, in register_for_indication()
Dgap.rs40 handle: AttHandle, in read()
58 _: AttHandle, in write()
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_raw_datastore.rs63 handle: AttHandle, in read()
77 handle: AttHandle, in write()
99 handle: AttHandle, in write_no_response()
Dmock_datastore.rs56 handle: AttHandle, in read()
69 handle: AttHandle, in write()
Dmock_callbacks.rs48 handle: AttHandle, in on_server_read()
61 handle: AttHandle, in on_server_write()
Dmock_database_callbacks.rs51 fn on_service_change(&self, range: RangeInclusive<AttHandle>) { in on_service_change()
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/callbacks/
Dcallback_transaction_manager.rs139 handle: AttHandle, in read()
166 handle: AttHandle, in write()
196 handle: AttHandle, in write_no_response()
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/
Datt_range_filter.rs11 start_handle: AttHandle, in filter_to_range()
12 end_handle: AttHandle, in filter_to_range()
Datt_grouping.rs70 fn attr(handle: AttHandle, type_: Uuid) -> AttAttribute { in attr()
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs53 async fn write_attribute(&self, handle: AttHandle, data: &[u8]) -> Result<(), AttErrorCode> { in write_attribute()
67 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]) { in write_no_response_attribute()