Home
last modified time | relevance | path

Searched defs:AttAttributeDataChild (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/
Dtruncate_att_data.rs3 pub fn truncate_att_data(data: AttAttributeDataChild, len: usize) -> AttAttributeDataChild { in truncate_att_data()
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs64 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read()
264 … let AttAttributeDataChild::GattClientCharacteristicConfiguration(configuration) = resp else { in test_default_indication_subscription() localVariable
303 … let AttAttributeDataChild::GattClientCharacteristicConfiguration(configuration) = resp else { in test_subscribe_to_indication() localVariable
347 … let AttAttributeDataChild::GattClientCharacteristicConfiguration(configuration) = resp else { in test_unsubscribe_to_indication() localVariable
388 let AttAttributeDataChild::GattServiceChanged(resp) = resp.value._child_ else { in test_single_registered_service_change_indication() localVariable
Dgap.rs42 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read()
/packages/modules/Bluetooth/system/rust/src/gatt/callbacks/
Dcallback_transaction_manager.rs75 value: Result<AttAttributeDataChild, AttErrorCode>, in send_response()
117 ) -> Result<AttAttributeDataChild, AttErrorCode> { in wait()
145 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs74 ) -> Result<AttAttributeDataChild, AttErrorCode>; in read_attribute()
122 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read_attribute()
Dindication_handler.rs55 data: AttAttributeDataChild, in send()
Datt_server_bearer.rs120 data: AttAttributeDataChild, in send_indication()
Dgatt_database.rs347 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read_attribute()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dcallbacks.rs105 ) -> Result<AttAttributeDataChild, AttErrorCode>; in read()
145 ) -> Result<AttAttributeDataChild, AttErrorCode>; in read()
166 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read()
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_datastore.rs61 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read()
Dmock_raw_datastore.rs69 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read()
/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs44 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read_attribute()
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs540 …let AttAttributeDataChild::GattCharacteristicDeclarationValue(decl) = characteristic.value._child_… in test_service_change_indication() localVariable