Lines Matching +full:local +full:- +full:bd +full:- +full:address

2    BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
103 /* When this quirk is set, the device is turned into a raw-only
120 * wrongly configured local features that will require forcing
129 /* When this quirk is set, then the HCI Read Local Supported
153 * during the hdev->setup vendor callback.
157 /* When this quirk is set, the public Bluetooth address
158 * initially reported by HCI Read BD Address command
163 * during the hdev->setup vendor callback.
167 /* When this quirk is set, the public Bluetooth address
168 * initially reported by HCI Read BD Address command
169 * is considered invalid. The public BD Address can be
170 * specified in the fwnode property 'local-bd-address'.
175 * during the hdev->setup vendor callback.
184 * during the hdev->setup vendor callback.
192 * during the hdev->setup vendor callback.
201 * during the hdev->setup vendor callback.
209 * during the hdev->setup vendor callback.
239 * during the hdev->setup vendor callback.
246 * from the bus on system-suspend and which will show up as a new
256 * during the hdev->setup vendor callback.
275 * during the hdev->setup vendor callback.
285 * during the hdev->setup vendor callback.
295 * during the hdev->setup vendor callback.
299 /* When this quirk is set, max_page for local extended features
315 * address filter is supported. Since tracking quantity of each
318 * address filters.
330 * during the hdev->setup vendor callback.
650 /* ---- HCI Error Codes ---- */
684 #define EIR_UUID16_SOME 0x02 /* 16-bit UUID, more available */
685 #define EIR_UUID16_ALL 0x03 /* 16-bit UUID, all listed */
686 #define EIR_UUID32_SOME 0x04 /* 32-bit UUID, more available */
687 #define EIR_UUID32_ALL 0x05 /* 32-bit UUID, all listed */
688 #define EIR_UUID128_SOME 0x06 /* 128-bit UUID, more available */
689 #define EIR_UUID128_ALL 0x07 /* 128-bit UUID, all listed */
690 #define EIR_NAME_SHORT 0x08 /* shortened local name */
691 #define EIR_NAME_COMPLETE 0x09 /* complete local name */
694 #define EIR_SSP_HASH_C192 0x0E /* Simple Pairing Hash C-192 */
695 #define EIR_SSP_RAND_R192 0x0F /* Simple Pairing Randomizer R-192 */
699 #define EIR_LE_BDADDR 0x1B /* LE Bluetooth device address */
701 #define EIR_SSP_HASH_C256 0x1D /* Simple Pairing Hash C-256 */
702 #define EIR_SSP_RAND_R256 0x1E /* Simple Pairing Rand R-256 */
713 /* ----- HCI Commands ---- */
2231 /* ---- HCI Events ---- */
2906 /* ---- HCI Packet structures ---- */
2959 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
2964 return (struct hci_acl_hdr *) skb->data; in hci_acl_hdr()
2969 return (struct hci_sco_hdr *) skb->data; in hci_sco_hdr()