Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dhiddefs.h42 HID_ERR_NO_CONNECTION, enumerator
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c521 status = HID_ERR_NO_CONNECTION; in HID_HostWriteDev()
558 return HID_ERR_NO_CONNECTION; in HID_HostCloseDev()
Dhidd_api.c467 return HID_ERR_NO_CONNECTION; in HID_DevDisconnect()
Dhidd_conn.c767 return HID_ERR_NO_CONNECTION; in hidd_conn_send_data()
Dhidh_conn.c843 return ( HID_ERR_NO_CONNECTION ); in hidh_conn_snd_data()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hd/
Dbta_hd_act.c433 if (ret == HID_ERR_NO_CONNECTION) { in bta_hd_vc_unplug_act()