Lines Matching full:bluetooth

3 BTstack implements a set of Bluetooth protocols and profiles. To connect to other Bluetooth devices…
12 - Bluetooth chipset
24 between BTstack and the Bluetooth chipset, we describe how to configure
25 packet logging mechanism. Finally, we provide an overview on power management in Bluetooth in gener…
146 - ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS: Only some Bluetooth 4.2+ controllers (e.g., EM9304, E…
263 platform-independent Bluetooth logic. But let’s have a look at the
267 embedded system with a Bluetooth chipset connected via UART.
300 The call to *hci_dump_init* configures BTstack to output all Bluetooth
305 output into a Bluetooth PacketLogger format that can be opened by the OS
311 a special implementation for a particular Bluetooth chipset. It makes
326 | chipset | Support for individual Bluetooth Controller chipsets |
331 | src | Bluetooth stack implementation |
339 To accommodate a particular Bluetooth chipset, the *chipset/* subfolders provide various btstack_ch…
352 various Bluetooth-related timeouts. They can also be used to handle
510 - *HCI Transport implementation*: On embedded systems, a Bluetooth
527 after the basic setup of the Bluetooth module. A baud rate change
531 from the Bluetooth module. Only now, can the UART baud rate changed.
542 In addition to these, most UART-based Bluetooth chipset require some
544 Bluetooth specification. In particular, this covers:
560 In some setups, the hardware setup provides explicit control of Bluetooth power and sleep modes.
599 functions, which in turn may send commands to the Bluetooth module. The
602 in some other Bluetooth stacks), BTstack groups events logically and
659 connection. For example, to connect with a Bluetooth HID keyboard, your
685 ## Bluetooth HCI Packet Logs {#sec:packetlogsHowTo}
688 between BTstack and the Bluetooth chipset often helps.
729 ## Bluetooth Power Control {#sec:powerControl}
731 … connectable. In this mode, even when there's no active connection, the Bluetooth Controller will …
732 …e listening for inquiries when not needed. Other devices that have your Bluetooth address can stil…
747 …* @note Might be used to reduce power consumption while Bluetooth module stays powered but no (new)
752 For Bluetooth Low Energy, the radio is periodically used to broadcast advertisements that are used …
762Bluetooth Controller is neither discoverable nor connectable, it does not need to periodically tur…
764 …wn the Bluetooth Controller. For this, the "on" and "off" functions in the btstack_control_t struc…
771 with mode set to *HCI_POWER_OFF*. When needed later, Bluetooth can be started again via by calling …