Searched refs:packet_type (Results 1 – 5 of 5) sorted by relevance
62 #define BT_AVCTP_HDR_SET_PACKET_TYPE(hdr, packet_type) \ argument63 (hdr)->byte0 = (((hdr)->byte0) & ~GENMASK(3, 2)) | FIELD_PREP(GENMASK(3, 2), (packet_type))
76 uint8_t packet_type = data[0]; in hci_common_transport_transmit() local85 switch (packet_type) { in hci_common_transport_transmit()94 LOG_ERR("Unknown HCI type: %d", packet_type); in hci_common_transport_transmit()
233 const uint8_t packet_type = frame_start[0]; in rx_thread() local257 buf_add = frame_start + sizeof(packet_type); in rx_thread()258 buf_add_len = decoded_len - sizeof(packet_type); in rx_thread()
2339 cp->packet_type = sys_cpu_to_le16(0xcc18); /* DM1 DH1 DM3 DH5 DM5 DH5 */ in bt_conn_create_br()
387 uint16_t packet_type; member