Home
last modified time | relevance | path

Searched defs:tx (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtransport.c57 #define SEG_RETRANSMIT_TIMEOUT_UNICAST(tx) (K_MSEC(400) + 50 * (tx)->ttl) argument
64 #define SEG_RETRANSMIT_TIMEOUT(tx) \ argument
178 struct seg_tx tx = { in bt_mesh_get_seg_retrans_timeout() local
189 static int send_unseg(struct bt_mesh_net_tx *tx, struct net_buf_simple *sdu, in send_unseg()
256 static void seg_tx_done(struct seg_tx *tx, uint8_t seg_idx) in seg_tx_done()
274 static void seg_tx_reset(struct seg_tx *tx) in seg_tx_reset()
311 static inline void seg_tx_complete(struct seg_tx *tx, int err) in seg_tx_complete()
323 static void schedule_retransmit(struct seg_tx *tx) in schedule_retransmit()
340 struct seg_tx *tx = user_data; in seg_first_send_start() local
349 struct seg_tx *tx = user_data; in seg_send_start() local
[all …]
Dadv.c184 struct ble_adv_tx *tx = cb_data; in adv_send() local
746 static void ble_adv_tx_reset(struct ble_adv_tx *tx, bool unref) in ble_adv_tx_reset()
766 struct ble_adv_tx *tx = cb_data; in ble_adv_send_start() local
781 struct ble_adv_tx *tx = cb_data; in ble_adv_send_end() local
808 struct ble_adv_tx *tx = CONTAINER_OF(work, struct ble_adv_tx, resend.work); in ble_adv_resend() local
832 struct ble_adv_tx *tx = NULL; in bt_mesh_start_ble_advertising() local
930 struct ble_adv_tx *tx = NULL; in bt_mesh_stop_ble_advertising() local
962 struct ble_adv_tx *tx = &ble_adv_tx[i]; in bt_mesh_ble_adv_deinit() local
Dlpn.c188 struct bt_mesh_net_tx tx = { in send_friend_clear() local
311 struct bt_mesh_net_tx tx = { in send_friend_req() local
382 struct bt_mesh_net_tx tx = { in send_friend_poll() local
668 struct bt_mesh_net_tx tx = { in sub_update() local
Daccess.c185 struct bt_mesh_net_tx tx = { in publish_retransmit() local
758 struct bt_mesh_net_tx *tx, bool implicit_bind, in model_send()
819 struct bt_mesh_net_tx tx = { in bt_mesh_model_send() local
838 struct bt_mesh_net_tx tx = { in bt_mesh_model_publish() local
Dfriend.c263 struct bt_mesh_net_tx tx = { in bt_mesh_friend_clear() local
816 struct bt_mesh_net_tx tx = { in send_friend_clear() local
1428 struct bt_mesh_net_tx *tx, in friend_lpn_enqueue_tx()
1653 bool bt_mesh_friend_enqueue_tx(struct bt_mesh_net_tx *tx, in bt_mesh_friend_enqueue_tx()
Dnet.c858 int bt_mesh_net_encode(struct bt_mesh_net_tx *tx, struct net_buf_simple *buf, in bt_mesh_net_encode()
916 int bt_mesh_net_send(struct bt_mesh_net_tx *tx, struct net_buf *buf, in bt_mesh_net_send()
Dproxy_client.c840 struct bt_mesh_net_tx tx = { in send_proxy_cfg() local
Dproxy_server.c262 struct bt_mesh_net_tx tx = { in send_filter_status() local
Dprov.c157 } tx; member
Dprovisioner_prov.c188 } tx; member
/hal_espressif-latest/components/bootloader/subproject/components/micro-ecc/
DuECC_verify_antifault.c28 uECC_word_t tx[uECC_MAX_WORDS]; in uECC_verify_antifault() local
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Decc_dsa.c202 uECC_word_t tx[NUM_ECC_WORDS]; in uECC_verify() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc_dsa.c201 uECC_word_t tx[NUM_ECC_WORDS]; in uECC_verify() local
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart_dma.c100 struct uart_txrxchannel tx; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h169 tPORT_DATA tx; /* Control block for data from app to peer */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c71 slot_data_t tx; member
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h2475 int tx, ty; in fast_s_mp_mul_digs() local
3311 int tx, ty, iy; in fast_s_mp_sqr() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1092 BOOLEAN L2CA_SetChnlDataRate (UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx) in L2CA_SetChnlDataRate()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c72 slot_data_t tx; member
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.h224 int tx, key_rsc_len, keyidx; member
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c107 i2s_dma_t *tx; /*!< DMA Tx buffer*/ member
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c969 int tx) in wpa_supplicant_gtk_tx_bit_workaround()
/hal_espressif-latest/components/soc/esp32/include/soc/
Demac_mac_struct.h27 …uint32_t tx : 1; /*When this bit is set the transmit state machine of the MAC is enabl… member