| /packages/modules/Bluetooth/system/rust/src/gatt/server/ |
| D | att_database.rs | 12 impl From<AttHandleView<'_>> for AttHandle { implementation 73 handle: AttHandle, in read_attribute() 79 handle: AttHandle, in write_attribute() 84 fn write_no_response_attribute(&self, handle: AttHandle, data: AttAttributeDataView<'_>); in write_no_response_attribute() 121 handle: AttHandle, in read_attribute() 128 handle: AttHandle, in write_attribute() 134 fn write_no_response_attribute(&self, handle: AttHandle, data: AttAttributeDataView<'_>) { in write_no_response_attribute()
|
| D | gatt_database.rs | 129 fn on_service_change(&self, range: RangeInclusive<AttHandle>); in on_service_change() 346 handle: AttHandle, in read_attribute() 390 handle: AttHandle, in write_attribute() 438 fn write_no_response_attribute(&self, handle: AttHandle, data: AttAttributeDataView<'_>) { in write_no_response_attribute()
|
| D | indication_handler.rs | 54 handle: AttHandle, in send()
|
| D | att_server_bearer.rs | 119 handle: AttHandle, in send_indication()
|
| /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 { implementation
|
| D | ffi.rs | 195 handle: AttHandle, in on_server_read() 214 handle: AttHandle, in on_server_write() 538 fn make_characteristic_record(uuid: Uuid, handle: AttHandle, properties: u8) -> GattRecord { in make_characteristic_record() 549 fn make_descriptor_record(uuid: Uuid, handle: AttHandle, permissions: u16) -> GattRecord { in make_descriptor_record()
|
| D | server.rs | 111 service_handle: AttHandle, in unregister_gatt_service()
|
| /packages/modules/Bluetooth/system/rust/src/gatt/server/test/ |
| D | test_att_db.rs | 43 handle: AttHandle, in read_attribute() 60 handle: AttHandle, in write_attribute() 76 fn write_no_response_attribute(&self, handle: AttHandle, data: AttAttributeDataView<'_>) { in write_no_response_attribute()
|
| /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()
|
| /packages/modules/Bluetooth/system/rust/src/gatt/mocks/ |
| D | mock_raw_datastore.rs | 66 handle: AttHandle, in read() 80 handle: AttHandle, in write() 102 handle: AttHandle, in write_no_response()
|
| D | mock_datastore.rs | 59 handle: AttHandle, in read() 72 handle: AttHandle, in write()
|
| D | mock_callbacks.rs | 51 handle: AttHandle, in on_server_read() 64 handle: AttHandle, in on_server_write()
|
| D | mock_database_callbacks.rs | 51 fn on_service_change(&self, range: RangeInclusive<AttHandle>) { in on_service_change()
|
| /packages/modules/Bluetooth/system/rust/src/gatt/server/services/ |
| D | gatt.rs | 62 handle: AttHandle, in read() 85 handle: AttHandle, in write() 126 fn on_service_change(&self, range: RangeInclusive<AttHandle>) { in on_service_change() 275 handle: AttHandle, in register_for_indication()
|
| D | gap.rs | 40 handle: AttHandle, in read() 58 _: AttHandle, in write()
|
| /packages/modules/Bluetooth/system/rust/src/gatt/callbacks/ |
| D | callback_transaction_manager.rs | 142 handle: AttHandle, in read() 169 handle: AttHandle, in write() 199 handle: AttHandle, in write_no_response()
|