Home
last modified time | relevance | path

Searched defs:ApcfCommand (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h94 struct ApcfCommand { struct
95 uint8_t type;
96 RawAddress address;
97 uint8_t addr_type;
98 bluetooth::Uuid uuid;
99 bluetooth::Uuid uuid_mask;
100 std::vector<uint8_t> name;
101 uint16_t company;
102 uint16_t company_mask;
103 uint8_t org_id;
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs400 pub type ApcfCommand = ffi::RustApcfCommand; typedef
1497 pub fn scan_filter_add(&mut self, filter_index: u8, filters: Vec<ApcfCommand>) { in scan_filter_add()