Searched defs:BthhConnectionState (Results 1 – 3 of 3) sorted by relevance
17 pub enum BthhConnectionState { enum25 impl From<bindings::bthh_connection_state_t> for BthhConnectionState { implementation
58 typedef bthh_connection_state_t BthhConnectionState; typedef
1114 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()