Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h127 #define GATT_CONN_TERMINATE_LOCAL_HOST HCI_ERR_CONN_CAUSE_LOCAL_HOST /* 0x16 connectiontermi…
Dhcidefs.h856 #define HCI_ERR_CONN_CAUSE_LOCAL_HOST 0x16 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1933 p_lcb->disc_reason = HCI_ERR_CONN_CAUSE_LOCAL_HOST; in L2CA_RemoveFixedChnl()
1967 p_lcb->disc_reason = HCI_ERR_CONN_CAUSE_LOCAL_HOST; in L2CA_BleDisconnect()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c88 case HCI_ERR_CONN_CAUSE_LOCAL_HOST: in btm_ble_hci_status_to_str()
Dbtm_sec.c3725 if ((status != HCI_ERR_PEER_USER) && (status != HCI_ERR_CONN_CAUSE_LOCAL_HOST)) { in btm_simple_pair_complete()
3979 if (((status != HCI_ERR_PEER_USER) && (status != HCI_ERR_CONN_CAUSE_LOCAL_HOST))) { in btm_sec_auth_complete()