Searched defs:AttFindInformationShortResponse (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/bluetooth_core_rust_packets/gen/ |
D | _packets.rs | 763 AttFindInformationShortResponse(AttFindInformationShortResponse), enumerator 849 pub struct AttFindInformationShortResponse { struct 852 impl TryFrom<&AttFindInformationResponse> for AttFindInformationShortResponse { argument 856 ) -> Result<AttFindInformationShortResponse, Self::Error> { in try_from() 860 impl TryFrom<AttFindInformationResponse> for AttFindInformationShortResponse { implementation 864 ) -> Result<AttFindInformationShortResponse, Self::Error> { in try_from() 871 packet: &AttFindInformationShortResponse, in try_from() 884 packet: AttFindInformationShortResponse, in try_from() 901 impl AttFindInformationShortResponse { impl 941 impl Packet for AttFindInformationShortResponse { implementation
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/libbluetooth_core_rs/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex33/out/ |
D | _packets.rs | 763 AttFindInformationShortResponse(AttFindInformationShortResponse), enumerator 849 pub struct AttFindInformationShortResponse { struct 852 impl TryFrom<&AttFindInformationResponse> for AttFindInformationShortResponse { argument 856 ) -> Result<AttFindInformationShortResponse, Self::Error> { in try_from() 860 impl TryFrom<AttFindInformationResponse> for AttFindInformationShortResponse { implementation 864 ) -> Result<AttFindInformationShortResponse, Self::Error> { in try_from() 871 packet: &AttFindInformationShortResponse, in try_from() 884 packet: AttFindInformationShortResponse, in try_from() 901 impl AttFindInformationShortResponse { implementation 941 impl Packet for AttFindInformationShortResponse { implementation
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/ |
D | find_information_request.rs | 46 ) -> Option<att::AttFindInformationShortResponse> { in handle_find_information_request_short()
|