Home
last modified time | relevance | path

Searched defs:BthhConnectionState (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs17 pub enum BthhConnectionState { enum
25 impl From<bindings::bthh_connection_state_t> for BthhConnectionState { implementation
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc58 typedef bthh_connection_state_t BthhConnectionState; typedef
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1114 fn connection_state(&mut self, address: RawAddress, state: BthhConnectionState); in connection_state()
2546 fn connection_state(&mut self, mut address: RawAddress, state: BthhConnectionState) { in connection_state()