Searched defs:AttAttributeDataChild (Results 1 – 13 of 13) sorted by relevance
| /packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/ |
| D | truncate_att_data.rs | 3 pub fn truncate_att_data(data: AttAttributeDataChild, len: usize) -> AttAttributeDataChild { in truncate_att_data()
|
| /packages/modules/Bluetooth/system/rust/src/gatt/server/services/ |
| D | gatt.rs | 64 ) -> 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
|
| D | gap.rs | 42 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read()
|
| /packages/modules/Bluetooth/system/rust/src/gatt/callbacks/ |
| D | callback_transaction_manager.rs | 75 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/ |
| D | att_database.rs | 74 ) -> Result<AttAttributeDataChild, AttErrorCode>; in read_attribute() 122 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read_attribute()
|
| D | indication_handler.rs | 55 data: AttAttributeDataChild, in send()
|
| D | att_server_bearer.rs | 120 data: AttAttributeDataChild, in send_indication()
|
| D | gatt_database.rs | 347 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read_attribute()
|
| /packages/modules/Bluetooth/system/rust/src/gatt/ |
| D | callbacks.rs | 105 ) -> 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/ |
| D | mock_datastore.rs | 61 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read()
|
| D | mock_raw_datastore.rs | 69 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read()
|
| /packages/modules/Bluetooth/system/rust/src/gatt/server/test/ |
| D | test_att_db.rs | 44 ) -> Result<AttAttributeDataChild, AttErrorCode> { in read_attribute()
|
| /packages/modules/Bluetooth/system/rust/tests/ |
| D | gatt_server_test.rs | 540 …let AttAttributeDataChild::GattCharacteristicDeclarationValue(decl) = characteristic.value._child_… in test_service_change_indication() localVariable
|