Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs40 pub struct RustAdvertisingTrackInfo { struct
41 monitor_handle: u8,
42 scanner_id: u8,
43 filter_index: u8,
44 advertiser_state: u8,
45 advertiser_info_present: u8,
46 advertiser_address: RawAddress,
47 advertiser_address_type: u8,
48 tx_power: u8,
49 rssi: i8,
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs3839 fn on_track_adv_found_lost(&mut self, adv_track_info: RustAdvertisingTrackInfo); in on_track_adv_found_lost()
4118 fn on_track_adv_found_lost(&mut self, track_adv_info: RustAdvertisingTrackInfo) { in on_track_adv_found_lost()