Home
last modified time | relevance | path

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

/system/bt/stack/hid/
Dhidh_conn.c422 (result == HCI_ERR_CONNECTION_TOUT || result == HCI_ERR_UNSPECIFIED || in hidh_l2cif_connect_cfm()
668 if( (disc_res == HCI_ERR_CONNECTION_TOUT || disc_res == HCI_ERR_UNSPECIFIED) && in hidh_l2cif_disconnect_ind()
/system/bt/stack/include/
Dgatt_api.h109 #define GATT_CONN_TIMEOUT HCI_ERR_CONNECTION_TOUT /* 0x08 connection time…
Dhcidefs.h729 #define HCI_ERR_CONNECTION_TOUT 0x08 macro
/system/bt/stack/btm/
Dbtm_sec.c4593 if (status == HCI_ERR_CONNECTION_TOUT || status == HCI_ERR_LMP_RESPONSE_TIMEOUT || in btm_sec_connected()
5060 name, HCI_ERR_CONNECTION_TOUT); in btm_sec_pairing_timeout()
5065 … p_dev_rec->sec_bd_name, HCI_ERR_CONNECTION_TOUT); in btm_sec_pairing_timeout()
5121 name, HCI_ERR_CONNECTION_TOUT); in btm_sec_pairing_timeout()
5126 … p_dev_rec->sec_bd_name, HCI_ERR_CONNECTION_TOUT); in btm_sec_pairing_timeout()
/system/bt/btif/src/
Dbtif_dm.c1232 case HCI_ERR_CONNECTION_TOUT: in btif_dm_auth_cmpl_evt()