Lines Matching full:have

50  * 1) I think if we are initiating and we already have a connection with
56 * a connect request to the device, make sure we dont have it.
100 * 1) When scheduling, I need to make sure I have time between
128 /* We cannot have more than 254 connections given our current implementation */
365 * NOTE: the ordering of these function calls is important! We have to stop
527 /* Upper 6 bits must have 2 transitions */ in ble_ll_conn_calc_access_addr()
550 /* Cannot have more than 24 transitions */ in ble_ll_conn_calc_access_addr()
578 /* 8 lsb should have at least three 1 */ in ble_ll_conn_calc_access_addr()
583 /* 16 lsb should have no more than 11 transitions */ in ble_ll_conn_calc_access_addr()
606 /* We have a valid access address */ in ble_ll_conn_calc_access_addr()
974 * Called to check if certain connection state machine flags have been
1113 * If we dont have a pdu we have previously transmitted, take it off in ble_ll_conn_tx_data_pdu()
1200 * Set the more data data flag if we have more data to send and we in ble_ll_conn_tx_data_pdu()
1201 * have not been asked to terminate in ble_ll_conn_tx_data_pdu()
1209 limitations if we have started update */ in ble_ll_conn_tx_data_pdu()
1236 * now. This is not the most accurate especially if we have in ble_ll_conn_tx_data_pdu()
1264 * when we have an empty pdu. in ble_ll_conn_tx_data_pdu()
1280 /* If we have more data, set the bit */ in ble_ll_conn_tx_data_pdu()
1295 * connection event. We will end the connection event if we have in ble_ll_conn_tx_data_pdu()
1297 * have more data. in ble_ll_conn_tx_data_pdu()
1513 /* End the connection event as we have no more buffers */ in ble_ll_conn_event_start_cb()
1534 * For the 32 kHz crystal, the amount of usecs we have to wait in ble_ll_conn_event_start_cb()
1535 * is not from the anchor point; we have to account for the time in ble_ll_conn_event_start_cb()
1617 limitations if we have started update */ in ble_ll_conn_can_send_next_pdu()
2044 /* See if effective times have changed */ in ble_ll_conn_datalen_update()
2139 * If we have features and there's pending HCI command, send an event before in ble_ll_conn_end()
2216 * a control procedure here as an instant may have prevented us from in ble_ll_conn_next_event()
2304 * If there is a channel map request pending and we have reached the in ble_ll_conn_next_event()
2327 /* XXX: host could have resent channel map command. Need to in ble_ll_conn_next_event()
2328 check to make sure we dont have to restart! */ in ble_ll_conn_next_event()
2374 * the transmit window if we still have one. in ble_ll_conn_next_event()
2509 * If we have default phy preferences and they are different than in ble_ll_conn_created()
2574 /* If we have transmitted the terminate IND successfully, we are done */ in ble_ll_conn_event_end()
2594 * If we have received a packet, we can set the current transmit window in ble_ll_conn_event_end()
2603 * If we are encrypted and have passed the authenticated payload timeout in ble_ll_conn_event_end()
2605 * need one of these per connection and we have to set this timer in ble_ll_conn_event_end()
2650 * timeout would have expired before we could possibly receive a packet. in ble_ll_conn_event_end()
2671 /* If we have completed packets, send an event */ in ble_ll_conn_event_end()
2674 /* If we have features and there's pending HCI command, send an event */ in ble_ll_conn_event_end()
3001 /* If we have sent a connect request, we need to enter CONNECTION state */ in ble_ll_init_rx_pkt_in()
3384 /* Let's see if we have IRK with that peer.*/ in ble_ll_init_rx_isr_end()
3488 * We have to restart receive if we cant hand up pdu. We return 0 so that in ble_ll_init_rx_isr_end()
3586 /* Set flag denoting we have received a packet in connection event */ in ble_ll_conn_rx_isr_start()
3625 /* We better have a connection state machine */ in ble_ll_conn_rx_data_pdu()
3663 * check the MIC failure bit as that would have terminated the in ble_ll_conn_rx_data_pdu()
3677 * once we have received a NESN of 1 from the master in ble_ll_conn_rx_data_pdu()
3789 * now is that we should not ack the packet if we have no receive in ble_ll_conn_rx_isr_end()
3797 * We should have a current connection state machine. If we dont, we just in ble_ll_conn_rx_isr_end()
3851 * Check for valid LLID before proceeding. We have seen some weird in ble_ll_conn_rx_isr_end()
3852 * things with the PHY where the CRC is OK but we dont have a valid in ble_ll_conn_rx_isr_end()
3968 /* If this is a TERMINATE_IND, we have to reply */ in ble_ll_conn_rx_isr_end()
4124 /* See if we have an active matching connection handle */ in ble_ll_conn_tx_pkt_in()
4182 * already have a connection with this device and that the connect request