Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c328 update_wl_cb(HCI_ERR_MEMORY_FULL,to_add); in btm_update_dev_to_white_list()
Dbtm_ble_privacy.c304 } else if (status == HCI_ERR_MEMORY_FULL) { /* BT_ERROR_CODE_MEMORY_CAPACITY_EXCEEDED */ in btm_ble_add_resolving_list_entry_complete()
Dbtm_ble_5_gap.c58 case HCI_ERR_MEMORY_FULL: in btm_ble_hci_status_to_str()
Dbtm_acl.c2144 result.status = HCI_ERR_MEMORY_FULL; in BTM_SetAclPktTypes()
Dbtm_sec.c3139 … p_dev_rec->sec_bd_name, HCI_ERR_MEMORY_FULL); in btm_sec_rmt_name_request_complete()
4241 p_dev_rec->sec_bd_name, HCI_ERR_MEMORY_FULL); in btm_sec_connect_after_reject_timeout()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h841 #define HCI_ERR_MEMORY_FULL 0x07 macro