Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/include/
Dhid_conn.h52 #define HID_CONN_FLAGS_ALL_CONFIGURED (0x1E) /* All the config done */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_conn.c481 if (((p_hcon->conn_flags & HID_CONN_FLAGS_ALL_CONFIGURED) == HID_CONN_FLAGS_ALL_CONFIGURED) in hidh_l2cif_config_ind()
552 if (((p_hcon->conn_flags & HID_CONN_FLAGS_ALL_CONFIGURED) == HID_CONN_FLAGS_ALL_CONFIGURED) in hidh_l2cif_config_cfm()
Dhidd_conn.c74 if (((p_hcon->conn_flags & HID_CONN_FLAGS_ALL_CONFIGURED) == HID_CONN_FLAGS_ALL_CONFIGURED) && in hidd_check_config_done()