Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs12 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()
Dgatt_database.rs129 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()
Dindication_handler.rs54 handle: AttHandle, in send()
Datt_server_bearer.rs119 handle: AttHandle, in send_indication()
/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 { implementation
Dffi.rs195 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()
Dserver.rs111 service_handle: AttHandle, in unregister_gatt_service()
/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs43 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/
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()
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_raw_datastore.rs66 handle: AttHandle, in read()
80 handle: AttHandle, in write()
102 handle: AttHandle, in write_no_response()
Dmock_datastore.rs59 handle: AttHandle, in read()
72 handle: AttHandle, in write()
Dmock_callbacks.rs51 handle: AttHandle, in on_server_read()
64 handle: AttHandle, in on_server_write()
Dmock_database_callbacks.rs51 fn on_service_change(&self, range: RangeInclusive<AttHandle>) { in on_service_change()
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs62 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()
Dgap.rs40 handle: AttHandle, in read()
58 _: AttHandle, in write()
/packages/modules/Bluetooth/system/rust/src/gatt/callbacks/
Dcallback_transaction_manager.rs142 handle: AttHandle, in read()
169 handle: AttHandle, in write()
199 handle: AttHandle, in write_no_response()