Home
last modified time | relevance | path

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

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