HomeSort by relevance Sort by last modified time
    Searched refs:HID_CONN_FLAGS_ALL_CONFIGURED (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/hid/
hid_conn.h 48 #define HID_CONN_FLAGS_ALL_CONFIGURED (0x1E) /* All the config done */
hidh_conn.cc 516 if (((p_hcon->conn_flags & HID_CONN_FLAGS_ALL_CONFIGURED) ==
517 HID_CONN_FLAGS_ALL_CONFIGURED) &&
596 if (((p_hcon->conn_flags & HID_CONN_FLAGS_ALL_CONFIGURED) ==
597 HID_CONN_FLAGS_ALL_CONFIGURED) &&
    [all...]
hidd_conn.cc 83 if (((p_hcon->conn_flags & HID_CONN_FLAGS_ALL_CONFIGURED) ==
84 HID_CONN_FLAGS_ALL_CONFIGURED) &&

Completed in 464 milliseconds