Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp_internal.h62 #define BT_AVCTP_HDR_SET_PACKET_TYPE(hdr, packet_type) \ argument
63 (hdr)->byte0 = (((hdr)->byte0) & ~GENMASK(3, 2)) | FIELD_PREP(GENMASK(3, 2), (packet_type))
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_silabs_efr32.c76 uint8_t packet_type = data[0]; in hci_common_transport_transmit() local
85 switch (packet_type) { in hci_common_transport_transmit()
94 LOG_ERR("Unknown HCI type: %d", packet_type); in hci_common_transport_transmit()
Duserchan.c233 const uint8_t packet_type = frame_start[0]; in rx_thread() local
257 buf_add = frame_start + sizeof(packet_type); in rx_thread()
258 buf_add_len = decoded_len - sizeof(packet_type); in rx_thread()
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2339 cp->packet_type = sys_cpu_to_le16(0xcc18); /* DM1 DH1 DM3 DH5 DM5 DH5 */ in bt_conn_create_br()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h387 uint16_t packet_type; member