Searched refs:btshell_tx_data (Results 1 – 1 of 1) sorted by relevance
114 static struct btshell_tx_data_s btshell_tx_data; variable1235 if ((btshell_tx_data.tx_num == 0) || (btshell_tx_data.tx_len == 0)) { in btshell_tx_timer_cb()1239 len = btshell_tx_data.tx_len; in btshell_tx_timer_cb()1249 put_le16(om->om_data, btshell_tx_data.tx_handle); in btshell_tx_timer_cb()1273 --btshell_tx_data.tx_num; in btshell_tx_timer_cb()1276 if (btshell_tx_data.tx_num) { in btshell_tx_timer_cb()1277 timeout = (int32_t)btshell_tx_data.tx_rate; in btshell_tx_timer_cb()1824 if (btshell_tx_data.tx_num != 0) { in btshell_tx_start()1833 btshell_tx_data.tx_num = num; in btshell_tx_start()1834 btshell_tx_data.tx_rate = rate; in btshell_tx_start()[all …]