Searched refs:pdu_type (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 412 const uint8_t pdu_type = RADIO_PKT_CONF_PDU_TYPE_GET(flags); /* Adv or Data channel */ in radio_pkt_configure() local 424 pdu_type == RADIO_PKT_CONF_PDU_TYPE_DC) { in radio_pkt_configure() 463 if ((pdu_type == RADIO_PKT_CONF_PDU_TYPE_DC) || in radio_pkt_configure() 464 (pdu_type == RADIO_PKT_CONF_PDU_TYPE_BIS) || in radio_pkt_configure() 465 (pdu_type == RADIO_PKT_CONF_PDU_TYPE_CIS)) { in radio_pkt_configure() 2001 static void *radio_ccm_ext_rx_pkt_set(struct ccm *cnf, uint8_t phy, uint8_t pdu_type, void *pkt) in radio_ccm_ext_rx_pkt_set() argument 2026 } else if (pdu_type == RADIO_PKT_CONF_PDU_TYPE_DC) { in radio_ccm_ext_rx_pkt_set() 2088 switch (pdu_type) { in radio_ccm_ext_rx_pkt_set() 2127 void *radio_ccm_iso_rx_pkt_set(struct ccm *cnf, uint8_t phy, uint8_t pdu_type, void *pkt) in radio_ccm_iso_rx_pkt_set() argument 2129 return radio_ccm_ext_rx_pkt_set(cnf, phy, pdu_type, pkt); in radio_ccm_iso_rx_pkt_set() [all …]
|
D | radio.h | 175 void *radio_ccm_iso_rx_pkt_set(struct ccm *ccm, uint8_t phy, uint8_t pdu_type, void *pkt); 177 void *radio_ccm_iso_tx_pkt_set(struct ccm *ccm, uint8_t pdu_type, void *pkt);
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | transport.c | 1335 enum bt_mesh_friend_pdu_type *pdu_type, uint64_t *seq_auth, in trans_seg() argument 1560 *pdu_type = BT_MESH_FRIEND_PDU_PARTIAL; in trans_seg() 1565 *pdu_type = BT_MESH_FRIEND_PDU_COMPLETE; in trans_seg() 1617 enum bt_mesh_friend_pdu_type pdu_type = BT_MESH_FRIEND_PDU_SINGLE; in bt_mesh_trans_recv() local 1666 err = trans_seg(buf, rx, &pdu_type, &seq_auth, &seg_count); in bt_mesh_trans_recv() 1689 bt_mesh_friend_enqueue_rx(rx, pdu_type, NULL, in bt_mesh_trans_recv() 1692 bt_mesh_friend_enqueue_rx(rx, pdu_type, &seq_auth, in bt_mesh_trans_recv()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv.c | 115 static void init_pdu(struct pdu_adv *pdu, uint8_t pdu_type); 3120 static void init_pdu(struct pdu_adv *pdu, uint8_t pdu_type) argument 3123 pdu->type = pdu_type;
|