Lines Matching refs:btshell_tx_data
114 static struct btshell_tx_data_s btshell_tx_data; variable
1235 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()
1835 btshell_tx_data.tx_len = len; in btshell_tx_start()
1836 btshell_tx_data.tx_handle = handle; in btshell_tx_start()