Lines Matching full:transmit
96 * event, what should we do? Transmit anyway? Not transmit? For now, we just
97 * transmit.
359 * -> Disable the PHY, which will prevent any transmit/receive interrupts.
1036 * @return int 0: success; otherwise failure to transmit
1104 * the transmit queue. in ble_ll_conn_tx_data_pdu()
1114 * the connection transmit queue in ble_ll_conn_tx_data_pdu()
1399 /* Set transmit end callback */ in ble_ll_conn_tx_data_pdu()
1403 /* Log transmit on connection state */ in ble_ll_conn_tx_data_pdu()
1705 * XXX: for now, we need twice the transmit window as our calculations in ble_ll_conn_master_common_init()
1706 * for the transmit window offset could be off. in ble_ll_conn_master_common_init()
1972 /* Initialize transmit queue and ack/flow control elements */ in ble_ll_conn_sm_new()
2103 /* Free the current transmit pdu if there is one. */ in ble_ll_conn_end()
2109 /* Free all packets on transmit queue */ in ble_ll_conn_end()
2259 * connection by the the transmit window offset. We also copy in the in ble_ll_conn_next_event()
2374 * the transmit window if we still have one. in ble_ll_conn_next_event()
2440 * the transmit window offset from the end of the connection request. in ble_ll_conn_created()
2594 * If we have received a packet, we can set the current transmit window in ble_ll_conn_event_end()
2595 * usecs to 0 since we dont need to listen in the transmit window. in ble_ll_conn_event_end()
2775 /* Set BLE transmit header */ in ble_ll_conn_req_pdu_update()
3144 /* Set BLE transmit header */ in ble_ll_conn_req_pdu_make()
3451 /* Setup to transmit the connect request */ in ble_ll_init_rx_isr_end()
3790 * buffers available. We want to free up our transmit PDU if it was in ble_ll_conn_rx_isr_end()
3898 /* Transmit success */ in ble_ll_conn_rx_isr_end()
4019 * Called to enqueue a packet on the transmit queue of a connection. Should
4043 /* Set BLE transmit header */ in ble_ll_conn_enqueue_pkt()
4094 /* Add to transmit queue for the connection */ in ble_ll_conn_enqueue_pkt()
4259 * The transmit window must be less than or equal to the lesser of 10 in ble_ll_conn_slave_start()