Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/hid/
H A Dhid_conn.h38 } tHID_CONN_STATE; typedef
43 tHID_CONN_STATE conn_state;
49 static inline std::string state_text(const tHID_CONN_STATE& state) { in state_text()