Home
last modified time | relevance | path

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

/system/bt/stack/hid/
Dhid_conn.h48 #define HID_CONN_FLAGS_ALL_CONFIGURED (0x1E) /* All the config done */ macro
Dhidh_conn.cc519 if (((p_hcon->conn_flags & HID_CONN_FLAGS_ALL_CONFIGURED) == in hidh_l2cif_config_ind()
520 HID_CONN_FLAGS_ALL_CONFIGURED) && in hidh_l2cif_config_ind()
599 if (((p_hcon->conn_flags & HID_CONN_FLAGS_ALL_CONFIGURED) == in hidh_l2cif_config_cfm()
600 HID_CONN_FLAGS_ALL_CONFIGURED) && in hidh_l2cif_config_cfm()
Dhidd_conn.cc85 if (((p_hcon->conn_flags & HID_CONN_FLAGS_ALL_CONFIGURED) == in hidd_check_config_done()
86 HID_CONN_FLAGS_ALL_CONFIGURED) && in hidd_check_config_done()