Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 25 of 28) sorted by relevance

12

/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_lcb.c203 …AVCT_TRACE_EVENT("LCB lcb=%d event=%s state=%s", p_lcb->allocated, avct_lcb_evt_str[event], avct_l… in avct_lcb_event()
205 AVCT_TRACE_EVENT("LCB lcb=%d event=%d state=%d", p_lcb->allocated, event, p_lcb->state); in avct_lcb_event()
242 …AVCT_TRACE_EVENT("BCB lcb=%d event=%s state=%s", p_bcb->allocated, avct_lcb_evt_str[event], avct_l… in avct_bcb_event()
244 AVCT_TRACE_EVENT("BCB lcb=%d event=%d state=%d", p_bcb->allocated, event, p_bcb->state); in avct_bcb_event()
281 if (p_lcb->allocated && (!memcmp(p_lcb->peer_addr, bd_addr, BD_ADDR_LEN))) { in avct_lcb_by_bd()
312 if (!p_lcb->allocated) { in avct_lcb_alloc()
313 p_lcb->allocated = (UINT8)(i + 1); in avct_lcb_alloc()
315 AVCT_TRACE_DEBUG("avct_lcb_alloc %d", p_lcb->allocated); in avct_lcb_alloc()
343 AVCT_TRACE_DEBUG("%s allocated: %d", __func__, p_lcb->allocated); in avct_lcb_dealloc()
350 if (p_ccb->allocated && p_ccb->p_lcb == p_lcb) in avct_lcb_dealloc()
[all …]
Davct_ccb.c50 if (!p_ccb->allocated) { in avct_ccb_alloc()
51 p_ccb->allocated = AVCT_ALOC_LCB; in avct_ccb_alloc()
134 if (!p_ccb->allocated) { in avct_ccb_by_idx()
Davct_api.c247 if ((p_ccb->allocated & AVCT_ALOC_BCB) == 0) { in AVCT_CreateBrowse()
248 p_ccb->allocated |= AVCT_ALOC_BCB; in AVCT_CreateBrowse()
255 if ((p_ccb->p_lcb == NULL) || (p_ccb->p_lcb->allocated == 0)) { in AVCT_CreateBrowse()
259 index = p_ccb->p_lcb->allocated; in AVCT_CreateBrowse()
264 p_bcb->allocated = index; in AVCT_CreateBrowse()
425 if (p_ccb->p_bcb == NULL && (p_ccb->allocated & AVCT_ALOC_BCB) == 0) { in AVCT_MsgReq()
Davct_lcb_act.c229 if (p_ccb->allocated) { in avct_lcb_open_ind()
273 if (p_ccb->allocated && (p_ccb->p_lcb == p_lcb)) { in avct_lcb_open_fail()
298 if (p_ccb->allocated && (p_ccb->p_lcb == p_lcb)) { in avct_lcb_close_ind()
329 if (p_ccb->allocated && (p_ccb->p_lcb == p_lcb)) { in avct_lcb_close_cfm()
463 if (p_ccb->allocated && (p_ccb->p_lcb == p_lcb)) { in avct_lcb_cong_ind()
Davct_l2c.c83 if (p_ccb->allocated && (p_ccb->p_lcb == p_lcb)) { in avct_l2c_is_passive()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/include/
Davct_int.h66 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */ member
77 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */ member
93 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */ member
109 UINT8 allocated; /* Whether LCB/BCB is allocated */ member
/hal_espressif-latest/components/esp_psram/esp32s2/
DKconfig.spiram36 … Accessing memory in SPIRAM has certain restrictions, so task stacks allocated by xTaskCreate
37 are by default allocated from internal RAM.
39 … This option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic.
/hal_espressif-latest/components/esp_psram/esp32s3/
DKconfig.spiram45 … Accessing memory in SPIRAM has certain restrictions, so task stacks allocated by xTaskCreate
46 are by default allocated from internal RAM.
48 … This option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic.
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ccb.c345 if (p_ccb->allocated && (!memcmp(p_ccb->peer_addr, bd_addr, BD_ADDR_LEN))) { in avdt_ccb_by_bd()
376 if (!p_ccb->allocated) { in avdt_ccb_alloc()
377 p_ccb->allocated = TRUE; in avdt_ccb_alloc()
Davdt_ccb_act.c133 if ((p_scb->allocated) && (p_scb->p_ccb == p_ccb)) { in avdt_ccb_chk_close()
168 if (p_scb->allocated) { in avdt_ccb_hdl_discover_cmd()
668 if ((p_scb->allocated) && (p_scb->p_ccb == p_ccb)) { in avdt_ccb_clear_cmds()
Davdt_scb.c604 if (!p_scb->allocated) { in avdt_scb_alloc()
606 p_scb->allocated = TRUE; in avdt_scb_alloc()
703 if (!p_scb->allocated) { in avdt_scb_by_hdl()
Davdt_api.c184 if ((p_scb->allocated) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) { in AVDT_SINK_Activate()
213 if ((p_scb->allocated) && (p_scb->cs.tsep == AVDT_TSEP_SNK)) { in AVDT_SINK_Deactivate()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_main.c468 BOOLEAN allocated = FALSE; in bta_ag_scb_dealloc() local
485 allocated = TRUE; in bta_ag_scb_dealloc()
489 if (!allocated) { in bta_ag_scb_dealloc()
/hal_espressif-latest/components/esp_wifi/
DKconfig16 The static rx buffers are allocated when esp_wifi_init is called, they are not freed
30 … Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers will be allocated
49 … If "Static" is selected, WiFi TX buffers are allocated when WiFi is initialized and released
52 … If "Dynamic" is selected, each WiFi TX buffer is allocated as needed when a data frame is
79 … The static RX buffers are allocated when esp_wifi_init() is called, they are not released
120 … If "Static" is selected, WiFi RX MGMT buffers are allocated when WiFi is initialized and released
123 …If "Dynamic" is selected, each WiFi RX MGMT buffer is allocated as needed when a MGMT data frame is
250 … Set the maximum number of Wi-Fi management short buffers. These buffers are dynamically allocated,
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h445 BOOLEAN allocated; /* Whether ccb is allocated */ member
501 BOOLEAN allocated; /* whether scb is allocated or unused */ member
/hal_espressif-latest/components/heap/
DKconfig71 allocated.
/hal_espressif-latest/components/esp_psram/
DKconfig.spiram.common10 have specific requirements, you'll want to leave this enabled so memory allocated
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1069 BOOLEAN allocated = FALSE; in gatt_allocate_tcb_by_bdaddr() local
1077 allocated = TRUE; in gatt_allocate_tcb_by_bdaddr()
1084 if (allocated) { in gatt_allocate_tcb_by_bdaddr()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-options.rst158 See also the `Espressif USB customer-allocated PID repository <https://github.com/espressif/usb-pid…
Dbasic-commands.rst281 * **Size**: Data is carefully allocated to specific memory addresses eliminating the need for unnec…
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in291 responses MBUFs are allocated out of msys_1 pool. For NIMBLE_MESH
328 The number of ACL data buffers allocated for host.
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in214 responses MBUFs are allocated out of msys_1 pool. For NIMBLE_MESH
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in25 BLE ACL buffer have two methods to be allocated. One is persistent allocating
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in239 responses MBUFs are allocated out of msys_1 pool. For NIMBLE_MESH
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in239 responses MBUFs are allocated out of msys_1 pool. For NIMBLE_MESH

12