bt_packet_t
status_t (*PostTransportPacket)(hci_id hid, bt_packet_t type,
static bt_packet_t Protocol(uint32 code)
return (bt_packet_t)((code & 0xFF0000) >> 16);
static void SetProtocol(uint32* code, bt_packet_t protocol)
PostTransportPacket(hci_id hid, bt_packet_t type, void* data, size_t count)
Assemble(bluetooth_device* bluetoothDevice, bt_packet_t type, void* data,
assembly_rx(bt_usb_dev* bdev, bt_packet_t type, void* data, int count)
send_packet(hci_id hid, bt_packet_t type, net_buffer* nbuf)
post_packet_up(bt_usb_dev* bdev, bt_packet_t type, void* buf)
status_t post_packet_up(bt_usb_dev* bdev, bt_packet_t type, void* buf);
status_t send_packet(hci_id hid, bt_packet_t type, net_buffer* nbuf);