Home
last modified time | relevance | path

Searched refs:ManfId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs5 AdvertiseData, AdvertisingSetParameters, IAdvertisingSetCallback, ManfId,
581 manufacturer_data: HashMap<ManfId, Vec<u8>>,
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs25 pub type ManfId = u16; typedef
69 pub manufacturer_data: HashMap<ManfId, Vec<u8>>,
328 fn append_manufacturer_data(dest: &mut Vec<u8>, manufacturer_data: &HashMap<ManfId, Vec<u8>>) { in append_manufacturer_data() argument
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs35 AdvertiseData, AdvertisingSetParameters, IAdvertisingSetCallback, ManfId,
1319 manufacturer_data: HashMap<ManfId, Vec<u8>>,