Searched refs:tx_len (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/bt/porting/transport/driver/common/ |
D | hci_driver_util.c | 121 uint32_t tx_len; in hci_driver_util_tx_list_dequeue() local 131 tx_len = 0; in hci_driver_util_tx_list_dequeue() 141 tx_len = min(max_tx_len, om->om_len - out_off); in hci_driver_util_tx_list_dequeue() 148 tx_len = min(max_tx_len, data_len - s_hci_driver_util_env.cur_tx_off); in hci_driver_util_tx_list_dequeue() 157 if (tx_len) { in hci_driver_util_tx_list_dequeue() 158 s_hci_driver_util_env.cur_tx_off += tx_len; in hci_driver_util_tx_list_dequeue() 172 if (!tx_len && !STAILQ_EMPTY(&s_hci_driver_util_env.tx_head)) { in hci_driver_util_tx_list_dequeue() 181 tx_len = 1; in hci_driver_util_tx_list_dequeue() 185 return tx_len; in hci_driver_util_tx_list_dequeue()
|
/hal_espressif-latest/components/bt/porting/transport/driver/uart/ |
D | hci_driver_uart.c | 74 uint32_t tx_len; in hci_driver_uart_tx_task() local 81 tx_len = hci_driver_util_tx_list_dequeue(0xffffff, &data, &last_frame); in hci_driver_uart_tx_task() 82 if (tx_len == 0) { in hci_driver_uart_tx_task() 86 ESP_LOG_BUFFER_HEXDUMP(TAG, data, tx_len, ESP_LOG_DEBUG); in hci_driver_uart_tx_task() 87 uart_write_bytes(port, data, tx_len); in hci_driver_uart_tx_task()
|
D | hci_driver_uart_dma.c | 386 uint32_t tx_len; in hci_driver_uart_dma_tx_start() local 396 tx_len = hci_driver_util_tx_list_dequeue(0xffffff, &data, &last_frame); in hci_driver_uart_dma_tx_start() 397 if (!tx_len) { in hci_driver_uart_dma_tx_start() 405 lldesc_data->length = tx_len; in hci_driver_uart_dma_tx_start()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/ |
D | btc_l2cap.c | 1029 size_t tx_len; in l2cap_vfs_write() local 1056 tx_len = fixed_queue_length(slot->tx.queue); in l2cap_vfs_write() 1079 if (tx_len == 0) { in l2cap_vfs_write()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_ble.c | 1332 data_length_params.tx_len = tx_data_len; in l2cble_process_data_length_change_event() 1349 if(p_acl->tx_len_waiting == p_acl->data_length_params.tx_len) { in l2cble_process_data_length_change_event()
|
/hal_espressif-latest/components/driver/uart/ |
D | uart.c | 1143 int tx_len = 0; in uart_tx_chars() local 1145 tx_len = (int)uart_enable_tx_write_fifo(uart_num, (const uint8_t *) buffer, len); in uart_tx_chars() 1147 return tx_len; in uart_tx_chars()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 531 uint16_t tx_len; /*!< pkt tx data length value */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 804 param.pkt_data_length_cmpl.params.tx_len = data_len_params->tx_len; in btc_set_pkt_length_callback()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 142 UINT16 tx_len; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 5549 if(p_data->ble_set_data_length.tx_data_length == p_acl_cb->data_length_params.tx_len) { in bta_dm_ble_set_data_length() 5575 if (p_acl_cb->data_length_params.tx_len == 0){ in bta_dm_ble_set_data_length() 5578 p_acl_cb->data_length_params.tx_len = length; in bta_dm_ble_set_data_length()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_acl.c | 965 if (data_length != p_acl_cb->data_length_params.tx_len) { in btm_read_remote_version_complete()
|
D | btm_ble_gap.c | 4366 (p_acl_cb->data_length_params.tx_len != data_length)) { in btm_ble_read_remote_features_complete()
|