Lines Matching full:bluetooth

3 In the following, we explain how the various Bluetooth profiles are used
8 The A2DP profile defines how to stream audio over a Bluetooth connection from one device, such as a…
27 A remote unconnected Bluetooth device must be set as “discoverable” in
66 Each response contains at least the Bluetooth address, the class of device, the page scan
119 By default, neither RSSI values nor EIR are reported. If the Bluetooth
120 device implements Bluetooth Specification 2.1 or higher, the
128 By default, Bluetooth communication is not authenticated, and any device
129 can talk to any other device. A Bluetooth device (for example, cellular
132 authentication is called pairing. Bluetooth provides two mechanism for
135 On Bluetooth devices that conform to the Bluetooth v2.0 or older
158 The Bluetooth v2.1 specification introduces Secure Simple Pairing (SSP),
162 the pairing is legitimate. If the Bluetooth device supports SSP, BTstack
170 the Bluetooth module itself or in a persistent storage, see
178 Aside from the regular bonding, Bluetooth also provides the concept of
187 two Bluetooth enabled devices. Please keep in mind that a serial port does not
216 between Bluetooth devices. The PAN profile defines the following roles:
224 PANU is a Bluetooth device that communicates as a client with GN, or
225 NAP, or with another PANU Bluetooth device, through a point-to-point
226 connection. Either the PANU or the other Bluetooth device may terminate
229 NAP is a Bluetooth device that provides the service of routing network
231 can also act as a bridge between Bluetooth networks and other network
263 The HSP profile defines how a Bluetooth-enabled headset should communicate
264 with another Bluetooth enabled device. It relies on SCO for audio encoded
288 The HFP profile defines how a Bluetooth-enabled device, e.g. a car kit or a headset, can be used to…
380 …ation of audio that is parsed by eAVR (note that parsing is not part of Bluetooth specification), …
402 Examples of Bluetooth HID devices are keyboards, mice, joysticks, gamepads, remote controls, and al…
416 how to connect to a Bluetooth Low Energy device. There are several GAP
417 roles that a Bluetooth device can take, but the most important ones are
427 random Bluetooth address. This address changes at a user-specified rate.
437 resolve the peer Bluetooth address as explained in Section on
465 calling *gap_connect*. In contrast to Bluetooth classic, there
469 By default, a Bluetooth device stops sending Advertisements when it gets
661 1. Get the Service specification from Bluetooth SIG
668 All GATT Service specifications can be found [here](https://www.bluetooth.com/specifications/specs/…
675 …an actual example, the [Battery Service Specification v1.0](https://www.bluetooth.org/docman/handl…
697 Missing UUIDs can be found in Bluetooth SIG Bitbucket repo:
698 - [Service UUIDs](https://bitbucket.org/bluetooth-SIG/public/src/main/assigned_numbers/uuids/servic…
699 - [Characteristic UUIDs](https://bitbucket.org/bluetooth-SIG/public/src/main/assigned_numbers/uuids…
739 To speed this up, the Bluetooth
744 The Bluetooth Core Spec 5.1 introduced the GATT Database Hash Characteristic, which allows for a si…