Searched defs:AttributeBackingType (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | callbacks.rs | 30 attr_type: AttributeBackingType, in on_server_read() 42 attr_type: AttributeBackingType, in on_server_write() 104 attr_type: AttributeBackingType, in read() 112 attr_type: AttributeBackingType, in write() 123 attr_type: AttributeBackingType, in write_no_response() 144 attr_type: AttributeBackingType, in read() 152 attr_type: AttributeBackingType, in write() 165 attr_type: AttributeBackingType, in read() 179 attr_type: AttributeBackingType, in write() 196 _: AttributeBackingType, in write_no_response()
|
D | ffi.rs | 53 enum AttributeBackingType { enum 65 type AttributeBackingType; typedef 78 attr_type: AttributeBackingType, in on_server_read() 91 attr_type: AttributeBackingType, in on_server_write() 193 attr_type: AttributeBackingType, in on_server_read() 212 attr_type: AttributeBackingType, in on_server_write()
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/mocks/ |
D | mock_raw_datastore.rs | 65 attr_type: AttributeBackingType, in read() 78 attr_type: AttributeBackingType, in write() 100 attr_type: AttributeBackingType, in write_no_response()
|
D | mock_datastore.rs | 57 attr_type: AttributeBackingType, in read() 70 attr_type: AttributeBackingType, in write()
|
D | mock_callbacks.rs | 49 attr_type: AttributeBackingType, in on_server_read() 62 attr_type: AttributeBackingType, in on_server_write()
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/callbacks/ |
D | callback_transaction_manager.rs | 141 attr_type: AttributeBackingType, in read() 167 attr_type: AttributeBackingType, in write() 197 attr_type: AttributeBackingType, in write_no_response()
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/services/ |
D | gap.rs | 41 _: AttributeBackingType, in read() 59 _: AttributeBackingType, in write()
|
D | gatt.rs | 60 _: AttributeBackingType, in read() 84 _: AttributeBackingType, in write()
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/ffi/ |
D | gatt_shim.h | 32 enum class AttributeBackingType { enum
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/libbluetooth_core_rs_bridge_codegen/gen/gensrcs/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | ffi.cc | 738 using AttributeBackingType = ::bluetooth::gatt::AttributeBackingType; typedef
|