Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c2277 if (hci_status == HCI_ERR_UNSPECIFIED) { in btm_process_remote_name()
2337 btm_process_remote_name (btm_cb.btm_inq_vars.remname_bda, NULL, 0, HCI_ERR_UNSPECIFIED); in btm_inq_rmt_name_failed()
2339 btm_process_remote_name (NULL, NULL, 0, HCI_ERR_UNSPECIFIED); in btm_inq_rmt_name_failed()
2342 btm_sec_rmt_name_request_complete (NULL, NULL, HCI_ERR_UNSPECIFIED); in btm_inq_rmt_name_failed()
Dbtm_ble_5_gap.c106 case HCI_ERR_UNSPECIFIED: in btm_ble_hci_status_to_str()
Dbtm_sec.c4447 status == HCI_ERR_UNSPECIFIED || status == HCI_ERR_PAGE_TIMEOUT) { in btm_sec_connected()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_conn.c385 (result == HCI_ERR_CONNECTION_TOUT || result == HCI_ERR_UNSPECIFIED || in hidh_l2cif_connect_cfm()
614 if ( (disc_res == HCI_ERR_CONNECTION_TOUT || disc_res == HCI_ERR_UNSPECIFIED) && in hidh_l2cif_disconnect_ind()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c397 case HCI_ERR_UNSPECIFIED: in btc_dm_auth_cmpl_evt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h865 #define HCI_ERR_UNSPECIFIED 0x1F macro