Lines Matching full:pdu
292 * ble ll scan req pdu make
294 * Construct a SCAN_REQ PDU.
314 /* Construct first PDU header byte */ in ble_ll_scan_req_pdu_make()
320 /* Get the advertising PDU */ in ble_ll_scan_req_pdu_make()
553 /* Check appropriate flag (based on type of PDU) */ in ble_ll_scan_is_dup_adv()
919 * the received PDU.
930 * @return int 0: pdu allowed by filter policy. 1: pdu not allowed
973 /* If device does not match let us skip this PDU. in ble_ll_scan_chk_filter_policy()
1624 * ble ll scan rx pdu start
1626 * Called when a PDU reception has started and the Link Layer is in the
1665 * If this is the first PDU after we sent the scan response (as in ble_ll_scan_rx_isr_start()
1919 * Called when a receive ADV_EXT PDU has ended.
1925 * >= 0: Success (number of bytes left in PDU)
2185 * Called when a receive PDU has ended.
2225 * that the received PDU will not be handed up in this case. So we have in ble_ll_scan_rx_isr_end()
2264 /* Get pdu type, pointer to address and address "type" */ in ble_ll_scan_rx_isr_end()
2593 /* Need another event for next fragment of this PDU */ in ble_ll_hci_send_ext_adv_report()
2598 /* Need another event for next PDU in chain */ in ble_ll_hci_send_ext_adv_report()
2664 * Process a received PDU while in the scanning state.
3524 /* Returns the PDU allocated by the scanner */
3616 /* Free the scan request pdu */ in ble_ll_scan_reset()