/hal_espressif-latest/components/bt/common/btc/profile/esp/include/ |
D | btc_blufi_prf.h | 48 int pkt_len; member 102 void btc_blufi_send_notify(uint8_t *pkt, int pkt_len);
|
/hal_espressif-latest/components/hal/ |
D | sdio_slave_hal.c | 320 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/ |
D | l2c_main.c | 44 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()
|
D | l2c_ble.c | 714 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/ |
D | sdio_slave_hal.h | 175 uint32_t pkt_len; ///< Accumulated length till this descriptor member
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | sdio_slave_ll.h | 212 return host->pkt_len.hostslchost_slc0_len; in sdio_slave_ll_send_read_len()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | sdio_slave_ll.h | 212 return host->pkt_len.reg_slc0_len; in sdio_slave_ll_send_read_len()
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/ |
D | blufi_prf.c | 77 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/ |
D | avrc_api.c | 121 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/ |
D | esp_blufi.c | 369 BTA_GATTS_HandleValueIndication(conn_id, attr_id, pkts->pkt_len, in esp_blufi_send_notify()
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | host_struct.h | 143 } pkt_len; member
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/ |
D | esp_blufi.c | 497 om = ble_hs_mbuf_from_flat(pkts->pkt, pkts->pkt_len); in esp_blufi_send_notify()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | host_struct.h | 2675 volatile slchost_pkt_len_reg_t pkt_len; member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | host_struct.h | 218 } pkt_len; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 787 extern void l2cble_process_sig_cmd (tL2C_LCB *p_lcb, UINT8 *p, UINT16 pkt_len);
|