Searched refs:bthf_client_connection_state_t (Results 1 – 4 of 4) sorted by relevance
28 } bthf_client_connection_state_t; typedef181 const RawAddress* bd_addr, bthf_client_connection_state_t state,402 struct formatter<bthf_client_connection_state_t>403 : enum_formatter<bthf_client_connection_state_t> {};
37 impl From<bindings::bthf_client_connection_state_t> for BthfClientConnectionState {38 fn from(item: bindings::bthf_client_connection_state_t) -> Self { in from()70 bindings::bthf_client_connection_state_t -> BthfClientConnectionState,
80 bthf_client_connection_state_t state; // State of current connection
72 bthf_client_connection_state_t state, in connection_state_cb()