Home
last modified time | relevance | path

Searched refs:pkt_type (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/scripts/coredump/gdbstubs/
Dgdbstub.py319 pkt_type = pkt[0:1]
322 if pkt_type == b'?':
324 elif pkt_type in (b'C', b'S'):
328 elif pkt_type == b'g':
330 elif pkt_type == b'G':
332 elif pkt_type == b'p':
334 elif pkt_type == b'P':
336 elif pkt_type == b'm':
338 elif pkt_type == b'M':
340 elif pkt_type == b'q':
[all …]
/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp.c83 bt_avctp_pkt_type_t pkt_type; in avctp_l2cap_recv() local
92 pkt_type = BT_AVCTP_HDR_GET_PACKET_TYPE(hdr); in avctp_l2cap_recv()
95 switch (pkt_type) { in avctp_l2cap_recv()
102 LOG_ERR("fragmented AVCTP message is not supported, pkt_type = %d", pkt_type); in avctp_l2cap_recv()
160 bt_avctp_pkt_type_t pkt_type, bt_avctp_ipid_t ipid, in bt_avctp_create_pdu() argument
176 BT_AVCTP_HDR_SET_PACKET_TYPE(hdr, pkt_type); in bt_avctp_create_pdu()
Dsco.c268 cp->pkt_type = sco_conn->sco.pkt_type; in accept_sco_conn()
349 cp->pkt_type = sco_conn->sco.pkt_type; in sco_setup_sync_conn()
Davctp_internal.h105 bt_avctp_pkt_type_t pkt_type, bt_avctp_ipid_t ipid,
Davdtp.c222 static struct net_buf *avdtp_create_reply_pdu(uint8_t msg_type, uint8_t pkt_type, uint8_t sig_id, in avdtp_create_reply_pdu() argument
238 hdr->hdr = (msg_type | pkt_type << AVDTP_PKT_POSITION | tid << AVDTP_TID_POSITION); in avdtp_create_reply_pdu()
1006 static struct net_buf *avdtp_create_pdu(uint8_t msg_type, uint8_t pkt_type, uint8_t sig_id) in avdtp_create_pdu() argument
1018 hdr->hdr = (msg_type | pkt_type << AVDTP_PKT_POSITION | tid++ << AVDTP_TID_POSITION); in avdtp_create_pdu()
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_prl.c1173 uint8_t pkt_type; in prl_rx_wait_for_phy_message() local
1189 pkt_type = rx_emsg->type; in prl_rx_wait_for_phy_message()
1203 if (pkt_type != PD_PACKET_SOP && power_role == PD_PLUG_FROM_DFP_UFP) { in prl_rx_wait_for_phy_message()
1212 prl_tx->msg_id_counter[pkt_type] = 0; in prl_rx_wait_for_phy_message()
1215 prl_rx->msg_id[pkt_type] = -1; in prl_rx_wait_for_phy_message()
1233 if (prl_rx->msg_id[pkt_type] == msid) { in prl_rx_wait_for_phy_message()
1247 if (pkt_type == PD_PACKET_SOP) { in prl_rx_wait_for_phy_message()
1254 prl_rx->msg_id[pkt_type] = msid; in prl_rx_wait_for_phy_message()
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h154 uint16_t pkt_type; member
Dconn.c2427 sco_conn->sco.pkt_type = (bt_dev.br.esco_pkt_type & in bt_conn_add_sco()
2430 sco_conn->sco.pkt_type = (bt_dev.br.esco_pkt_type & in bt_conn_add_sco()
2434 sco_conn->sco.pkt_type = (bt_dev.br.esco_pkt_type & in bt_conn_add_sco()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h423 uint16_t pkt_type; member
434 uint16_t pkt_type; member