Lines Matching +full:tx +full:- +full:num +full:- +full:evt

2    BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4 Copyright 2023-2024 NXP
82 /* When this quirk is set, the device is turned into a raw-only
132 * during the hdev->setup vendor callback.
142 * during the hdev->setup vendor callback.
149 * specified in the fwnode property 'local-bd-address'.
154 * during the hdev->setup vendor callback.
159 * the 'local-bd-address' fwnode property is incorrectly specified in
160 * big-endian order.
163 * during the hdev->setup vendor callback.
172 * during the hdev->setup vendor callback.
180 * during the hdev->setup vendor callback.
189 * during the hdev->setup vendor callback.
197 * during the hdev->setup vendor callback.
226 * during the hdev->setup vendor callback.
237 * during the hdev->setup vendor callback.
244 * from the bus on system-suspend and which will show up as a new
250 * When this quirk is set, LE tx power is not queried on startup
251 * and the min/max tx power values default to HCI_TX_POWER_INVALID.
254 * during the hdev->setup vendor callback.
273 * during the hdev->setup vendor callback.
283 * during the hdev->setup vendor callback.
293 * during the hdev->setup vendor callback.
342 * during the hdev->setup vendor callback.
361 * during the hdev->setup vendor callback.
701 /* ---- HCI Error Codes ---- */
738 #define EIR_UUID16_SOME 0x02 /* 16-bit UUID, more available */
739 #define EIR_UUID16_ALL 0x03 /* 16-bit UUID, all listed */
740 #define EIR_UUID32_SOME 0x04 /* 32-bit UUID, more available */
741 #define EIR_UUID32_ALL 0x05 /* 32-bit UUID, all listed */
742 #define EIR_UUID128_SOME 0x06 /* 128-bit UUID, more available */
743 #define EIR_UUID128_ALL 0x07 /* 128-bit UUID, all listed */
748 #define EIR_SSP_HASH_C192 0x0E /* Simple Pairing Hash C-192 */
749 #define EIR_SSP_RAND_R192 0x0F /* Simple Pairing Randomizer R-192 */
755 #define EIR_SSP_HASH_C256 0x1D /* Simple Pairing Hash C-256 */
756 #define EIR_SSP_RAND_R256 0x1E /* Simple Pairing Rand R-256 */
767 /* ----- HCI Commands ---- */
1466 __u8 num;
1478 __u8 num;
1502 __u8 num;
1513 __u8 num;
2217 /* ---- HCI Events ---- */
2235 __u8 num;
2350 __u8 num;
2418 __u8 num;
2476 __u8 num;
2657 __u8 num;
2713 __u8 num;
2743 __u8 num;
2903 /* ---- HCI Packet structures ---- */
2916 __u8 evt;
2956 return (struct hci_event_hdr *) skb->data;
2961 return (struct hci_acl_hdr *) skb->data;
2966 return (struct hci_sco_hdr *) skb->data;
2971 return (struct hci_iso_hdr *)skb->data;