/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/ |
D | avct_lcb.c | 203 …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 …]
|
D | avct_ccb.c | 50 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()
|
D | avct_api.c | 247 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()
|
D | avct_lcb_act.c | 229 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()
|
D | avct_l2c.c | 83 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/ |
D | avct_int.h | 66 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/ |
D | Kconfig.spiram | 36 … 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/ |
D | Kconfig.spiram | 45 … 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/ |
D | avdt_ccb.c | 345 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()
|
D | avdt_ccb_act.c | 133 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()
|
D | avdt_scb.c | 604 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()
|
D | avdt_api.c | 184 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/ |
D | bta_ag_main.c | 468 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/ |
D | Kconfig | 16 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/ |
D | avdt_int.h | 445 BOOLEAN allocated; /* Whether ccb is allocated */ member 501 BOOLEAN allocated; /* whether scb is allocated or unused */ member
|
/hal_espressif-latest/components/heap/ |
D | Kconfig | 71 allocated.
|
/hal_espressif-latest/components/esp_psram/ |
D | Kconfig.spiram.common | 10 have specific requirements, you'll want to leave this enabled so memory allocated
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1069 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/ |
D | advanced-options.rst | 158 See also the `Espressif USB customer-allocated PID repository <https://github.com/espressif/usb-pid…
|
D | basic-commands.rst | 281 * **Size**: Data is carefully allocated to specific memory addresses eliminating the need for unnec…
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 291 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/ |
D | Kconfig.in | 214 responses MBUFs are allocated out of msys_1 pool. For NIMBLE_MESH
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 25 BLE ACL buffer have two methods to be allocated. One is persistent allocating
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | Kconfig.in | 239 responses MBUFs are allocated out of msys_1 pool. For NIMBLE_MESH
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | Kconfig.in | 239 responses MBUFs are allocated out of msys_1 pool. For NIMBLE_MESH
|