Searched refs:HCI_ERR_HOST_REJECT_RESOURCES (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_sco.c | 715 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()
|
D | btm_ble_5_gap.c | 70 case HCI_ERR_HOST_REJECT_RESOURCES: in btm_ble_hci_status_to_str()
|
D | btm_ble_gap.c | 4525 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/ |
D | bta_ag_sco.c | 449 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/ |
D | l2c_link.c | 73 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/ |
D | hcidefs.h | 847 #define HCI_ERR_HOST_REJECT_RESOURCES 0x0D macro
|