Home
last modified time | relevance | path

Searched refs:pkt_len (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/profile/esp/include/
Dbtc_blufi_prf.h48 int pkt_len; member
102 void btc_blufi_send_notify(uint8_t *pkt, int pkt_len);
/hal_espressif-latest/components/hal/
Dsdio_slave_hal.c320 sdio_slave_ll_send_write_len(hal->slc, end_desc->pkt_len); in send_new_packet()
321 …HAL_EARLY_LOGV(TAG, "send_length_write: %d, last_len: %08X", end_desc->pkt_len, sdio_slave_ll_send… in send_new_packet()
325 …_EARLY_LOGD(TAG, "restart new send: %p->%p, pkt_len: %d", start_desc, end_desc, end_desc->pkt_len); in send_new_packet()
376 desc->pkt_len = hal->tail_pkt_len; in sdio_slave_hal_send_reset_counter()
384 desc->pkt_len = hal->tail_pkt_len; in sdio_slave_hal_send_reset_counter()
538 .pkt_len = hal->tail_pkt_len, in sdio_slave_hal_send_queue()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c44 static void process_l2cap_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len);
358 static void process_l2cap_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len) in process_l2cap_cmd() argument
380 if (pkt_len > L2CAP_DEFAULT_MTU) { in process_l2cap_cmd()
386 L2CAP_TRACE_ERROR ("L2CAP SIG MTU Pkt Len Exceeded (672) -> pkt_len: %d", pkt_len); in process_l2cap_cmd()
390 p_pkt_end = p + pkt_len; in process_l2cap_cmd()
408 pkt_len, cmd_len, cmd_code); in process_l2cap_cmd()
Dl2c_ble.c714 void l2cble_process_sig_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len) in l2cble_process_sig_cmd() argument
721 p_pkt_end = p + pkt_len; in l2cble_process_sig_cmd()
729 …ARNING ("L2CAP - LE - format error, pkt_len: %d cmd_len: %d code: %d", pkt_len, cmd_len, cmd_cod… in l2cble_process_sig_cmd()
/hal_espressif-latest/components/hal/include/hal/
Dsdio_slave_hal.h175 uint32_t pkt_len; ///< Accumulated length till this descriptor member
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsdio_slave_ll.h212 return host->pkt_len.hostslchost_slc0_len; in sdio_slave_ll_send_read_len()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dsdio_slave_ll.h212 return host->pkt_len.reg_slc0_len; in sdio_slave_ll_send_read_len()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c77 void btc_blufi_send_notify(uint8_t *pkt, int pkt_len) in btc_blufi_send_notify() argument
81 pkts.pkt_len = pkt_len; in btc_blufi_send_notify()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c121 const int pkt_len = MAX(rsp_pkt_len, p_pkt->len); in avrc_copy_packet() local
123 (BT_HDR *)osi_malloc((UINT16)(BT_HDR_SIZE + offset + pkt_len)); in avrc_copy_packet()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c369 BTA_GATTS_HandleValueIndication(conn_id, attr_id, pkts->pkt_len, in esp_blufi_send_notify()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dhost_struct.h143 } pkt_len; member
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c497 om = ble_hs_mbuf_from_flat(pkts->pkt, pkts->pkt_len); in esp_blufi_send_notify()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dhost_struct.h2675 volatile slchost_pkt_len_reg_t pkt_len; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dhost_struct.h218 } pkt_len; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h787 extern void l2cble_process_sig_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len);