Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c371 if(btm_ble_inter_get() && reason == HCI_ERR_CONN_FAILED_ESTABLISHMENT) { in l2c_link_hci_disc_comp()
472 if(reason == HCI_ERR_CONN_FAILED_ESTABLISHMENT && p_lcb->transport == BT_TRANSPORT_LE) { in l2c_link_hci_disc_comp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h128 #define GATT_CONN_FAIL_ESTABLISH HCI_ERR_CONN_FAILED_ESTABLISHMENT/* 0x03E connection fa…
Dhcidefs.h896 #define HCI_ERR_CONN_FAILED_ESTABLISHMENT 0x3E macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c168 case HCI_ERR_CONN_FAILED_ESTABLISHMENT: in btm_ble_hci_status_to_str()
Dbtm_ble_gap.c4345 if (status != HCI_ERR_CONN_FAILED_ESTABLISHMENT) { in btm_ble_read_remote_features_complete()