Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c715 btm_esco_conn_rsp(sco_inx, HCI_ERR_HOST_REJECT_RESOURCES, in btm_reject_sco_link()
989 btm_esco_conn_rsp(xx, HCI_ERR_HOST_REJECT_RESOURCES, bda, NULL); in btm_sco_conn_req()
1028 btm_esco_conn_rsp(BTM_MAX_SCO_LINKS, HCI_ERR_HOST_REJECT_RESOURCES, bda, NULL); in btm_sco_conn_req()
Dbtm_ble_5_gap.c70 case HCI_ERR_HOST_REJECT_RESOURCES: in btm_ble_hci_status_to_str()
Dbtm_ble_gap.c4525 if (btm_ble_get_conn_st() == BLE_CONN_IDLE && status != HCI_ERR_HOST_REJECT_RESOURCES && in btm_ble_update_mode_operation()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sco.c449 BTM_EScoConnRsp(p_data->conn_evt.sco_inx, HCI_ERR_HOST_REJECT_RESOURCES, NULL); in bta_ag_esco_connreq_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c73 btsnd_hcic_reject_conn (bd_addr, HCI_ERR_HOST_REJECT_RESOURCES); in l2c_link_hci_conn_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h847 #define HCI_ERR_HOST_REJECT_RESOURCES 0x0D macro