Searched refs:UBT_INFO (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h48 #define UBT_INFO(...) UBT_DEBUG(NG_UBT_INFO_LEVEL, __VA_ARGS__) macro
H A Dng_ubt.c737 UBT_INFO(sc, "sent %d bytes to control pipe\n", actlen);
750 UBT_INFO(sc, "HCI command queue is empty\n");
759 UBT_INFO(sc, "Sending control request, " \
836 UBT_INFO(sc, "got %d bytes from interrupt pipe\n",
841 UBT_INFO(sc, "HCI event packet is too short\n");
857 UBT_INFO(sc, "got complete HCI event frame, pktlen=%d, " \
935 UBT_INFO(sc, "got %d bytes from bulk-in pipe\n",
940 UBT_INFO(sc, "HCI ACL packet is too short\n");
956 UBT_INFO(sc, "got complete ACL data packet, pktlen=%d, " \
1006 UBT_INFO(s
[all...]

Completed in 48 milliseconds