/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | callbacks.rs | 29 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()
|
D | ids.rs | 45 pub struct AttHandle(pub u16); struct 47 impl AttHandle { impl
|
D | ffi.rs | 192 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()
|
D | server.rs | 133 service_handle: AttHandle, in unregister_gatt_service()
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | att_database.rs | 10 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()
|
D | gatt_database.rs | 126 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()
|
D | indication_handler.rs | 50 handle: AttHandle, in send()
|
D | att_server_bearer.rs | 113 handle: AttHandle, in send_indication()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/bluetooth_core_rust_packets/gen/ |
D | _packets.rs | 397 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.rs | 397 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/ |
D | gatt.rs | 59 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()
|
D | gap.rs | 40 handle: AttHandle, in read() 58 _: AttHandle, in write()
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/mocks/ |
D | mock_raw_datastore.rs | 63 handle: AttHandle, in read() 77 handle: AttHandle, in write() 99 handle: AttHandle, in write_no_response()
|
D | mock_datastore.rs | 56 handle: AttHandle, in read() 69 handle: AttHandle, in write()
|
D | mock_callbacks.rs | 48 handle: AttHandle, in on_server_read() 61 handle: AttHandle, in on_server_write()
|
D | mock_database_callbacks.rs | 51 fn on_service_change(&self, range: RangeInclusive<AttHandle>) { in on_service_change()
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/callbacks/ |
D | callback_transaction_manager.rs | 139 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/ |
D | att_range_filter.rs | 11 start_handle: AttHandle, in filter_to_range() 12 end_handle: AttHandle, in filter_to_range()
|
D | att_grouping.rs | 70 fn attr(handle: AttHandle, type_: Uuid) -> AttAttribute { in attr()
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/test/ |
D | test_att_db.rs | 53 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()
|