| eb4d95c5 |
shared: Use internal queue handling for mgmt interface |
Marcel Holtmann |
12 years ago |
8 files, +91, -64 |
| fc5bd197 |
monitor: Add decoding of LMP operations with empty PDU |
Marcel Holtmann |
12 years ago |
2 files, +98, -14 |
| 4d705a84 |
monitor: Add support for LMP pairing and encryption setup decoding |
Marcel Holtmann |
12 years ago |
4 files, +301, -15 |
| 7f5f0386 |
android: Fix bluetoothd installation path
This patch removes explicit LOCAL_MODULE_PATH definition for bluetoothd
and bluetoothd-snoop modules which caused both binaries to be installed
in /system/xbin instead of /system/bin folder. |
Andrzej Kaczmarek |
12 years ago |
1 file, +0, -2 |
| 1c3b4eab |
emulator: Add missing PIN Code Request Reply bit to supported commands |
Johan Hedberg |
12 years ago |
1 file, +1, -0 |
| a176ce6c |
android/audio: Add listener thread on the Audio HAL socket
This patch add thread which is reponsible for listen on audio HAL
socket, open a2dp endpoint(s) and maintain socket.
When bluetooth daemon goes down, HAL audio plugin starts to listen on
Audio HAL socket again. |
Lukasz Rymanowski |
12 years ago |
2 files, +126, -2 |
| 8a5b3e7f |
tools/mgmt-tester: Fix potential NULL pointer dereference |
Johan Hedberg |
12 years ago |
1 file, +1, -1 |
| 7f339394 |
android-tester: Add HIDHost initial interface setup test |
Ravi kumar Veeramally |
12 years ago |
1 file, +53, -0 |
| dc9d935b |
android/pixit: Add PTS version to respective pixit |
Sebastian Chlad |
12 years ago |
7 files, +14, -0 |
| f9b9a06c |
emulator: Fix emitting incorrect auth complete on acceptor side |
Johan Hedberg |
12 years ago |
1 file, +3, -6 |
| 4cd914bd |
emulator/bthost: Add dummy handler for Authentication Complete HCI event |
Johan Hedberg |
12 years ago |
1 file, +10, -0 |
| 6f054b11 |
emulator/bthost: Add dummy handler for Link Key Notification HCI event |
Johan Hedberg |
12 years ago |
1 file, +13, -0 |
| f8052a66 |
emulator: Add initial support for Link Key Notify event |
Johan Hedberg |
12 years ago |
1 file, +21, -2 |
| d7fdc9d0 |
emulator: Set bthost PIN Code when specified by test case |
Johan Hedberg |
12 years ago |
1 file, +5, -1 |
| 1ba4a4ff |
emulator/bthost: Add basic PIN Code Request handling |
Johan Hedberg |
12 years ago |
2 files, +50, -0 |
| 438094e0 |
tools/mgmt-tester: Add basic support for responding to mgmt PIN Code requests |
Johan Hedberg |
12 years ago |
1 file, +27, -0 |
| 1dd5b101 |
emulator: Add basic support for PIN Code Request Reply command |
Johan Hedberg |
12 years ago |
1 file, +55, -5 |
| 4f53c2c3 |
emulator: Add basic support for Link Key Request Reply command |
Johan Hedberg |
12 years ago |
1 file, +51, -1 |
| 9dfc063d |
monitor: Add define for HCI Authentication Failure error code |
Johan Hedberg |
12 years ago |
1 file, +1, -0 |
| de436c3c |
monitor: Add define for Link Key Request Reply response |
Johan Hedberg |
12 years ago |
1 file, +4, -0 |
| ed2254b2 |
emulator: Add initial support for PIN Code Request Negative Reply |
Johan Hedberg |
12 years ago |
1 file, +36, -0 |
| 68c3c8cd |
monitor: Add definition for PIN or Key Missing HCI error code |
Johan Hedberg |
12 years ago |
1 file, +1, -0 |
| 07058e2a |
monitor: Add definition for PIN code request negative reply |
Johan Hedberg |
12 years ago |
1 file, +4, -0 |
| 52682e25 |
emulator: Add initial handling for link key req neg reply |
Johan Hedberg |
12 years ago |
1 file, +36, -0 |
| 7292a4da |
monitor: Add define for link key request negative reply response |
Johan Hedberg |
12 years ago |
1 file, +4, -0 |
| e6a16562 |
emulator: Add basic auth request completion support |
Johan Hedberg |
12 years ago |
1 file, +27, -0 |
| 1ae9c6a6 |
btdev: Return Command Status for Authentication Requested
Add support for "Authentication Requested" command |
Andrei Emeltchenko |
12 years ago |
1 file, +7, -0 |
| 67dbb505 |
tools/mgmt-tester: Add basic Pair Device success test |
Johan Hedberg |
12 years ago |
1 file, +45, -0 |
| d07ec5fd |
tools/mgmt-tester: Add support for runtime determined send/expect data |
Johan Hedberg |
12 years ago |
1 file, +23, -7 |
| 0a365d9e |
tools/mgmt-tester: Always set the bthost side to discoverable & connectable |
Johan Hedberg |
12 years ago |
1 file, +37, -2 |
| db1acadf |
android/audio: Add wrapper struct for struct audio_hw_dev
This patch add wrapping struct for audio_hw_dev too keep additional info
related to a2dp stream. |
Lukasz Rymanowski |
12 years ago |
1 file, +37, -23 |
| 2a6fcbc3 |
android/pics: Update PICS to PTS 5.0
Update PICS settings for HID, L2CAP, OPP, PAN and PBAP |
Sebastian Chlad |
12 years ago |
5 files, +11, -2 |
| 5361af7d |
android/pics: Update PICS to PTS 5.0 for GAP
Add new PICS settings for the GAP profile in accordance with PTS 5.0 |
Sebastian Chlad |
12 years ago |
1 file, +37, -7 |
| 07660ada |
android/pics: Update PICS to PTS 5.0 for DID
Remove PICS settings which are not applicable in PTS |
Sebastian Chlad |
12 years ago |
1 file, +2, -10 |
| 7bfd0620 |
android: Send remote devices properties on enable
If there is any bonded device stored then on bluetooth enable we
should send notification with its properties. |
Lukasz Rymanowski |
12 years ago |
1 file, +15, -0 |
| 3dee7edf |
android: Move get_remote_device_props up in the file
This patch moves up function get_remote_device_props() and all
functions required by this function. |
Lukasz Rymanowski |
12 years ago |
1 file, +50, -50 |
| c8aabab8 |
android: Add wrapper function for get remote dev properties |
Lukasz Rymanowski |
12 years ago |
1 file, +14, -9 |
| 098a8ad4 |
android: Cleanup Android.mk
Remove not needed headers file in source list (Android build handles
this), explicitly mark packages as optional and fix bluetooth.default
dependencies (it should not depend on haltest as it is optional debug
package and should not be installed in user build). |
Szymon Janc |
12 years ago |
1 file, +7, -23 |
| 2ece04a4 |
monitor: Decode LMP power control, timing and slot operations |
Marcel Holtmann |
12 years ago |
2 files, +202, -8 |
| 2149ffef |
android/audio-ipc-api: Fix service id documentation
This follow Bluetooth HAL documentation that doesn't use any string
identifier just the integer value. |
Luiz Augusto von Dentz |
12 years ago |
1 file, +2, -1 |
| 0d6a62ff |
android/audio-ipc: Fix Open command pdu
The uuid field is 16 bytes long not 16 bits, also make the first preset to
be the codec capability to avoid having 2 fields with variable length. |
Luiz Augusto von Dentz |
12 years ago |
1 file, +1, -2 |
| f2c5b6e3 |
monitor: Decode LMP AFH and packet type table operations |
Marcel Holtmann |
12 years ago |
4 files, +70, -3 |
| 50e790bb |
monitor: Print descriptive LMP and LL error codes |
Marcel Holtmann |
12 years ago |
5 files, +29, -5 |
| 195eb652 |
monitor: Add todo helper for missing LMP operations |
Marcel Holtmann |
12 years ago |
3 files, +18, -0 |
| 47ae1a0d |
monitor: Decode LMP accepted and not accepted PDUs |
Marcel Holtmann |
12 years ago |
2 files, +106, -6 |
| 798061f7 |
monitor: Decode LMP features and version information |
Marcel Holtmann |
12 years ago |
2 files, +125, -34 |
| 639a409d |
monitor: Export function to print LMP features |
Marcel Holtmann |
12 years ago |
2 files, +6, -0 |
| 841e96bc |
android/A2DP: Add stream suspend command/response struct
This adds the definitions to stream suspend command and response. |
Luiz Augusto von Dentz |
12 years ago |
2 files, +14, -0 |
| ba880cc4 |
android/A2DP: Add stream resume command/response struct
This adds the definitions to stream resume command and response. |
Luiz Augusto von Dentz |
12 years ago |
2 files, +14, -0 |
| 2d805557 |
android/A2DP: Add stream close command/response struct
This adds the definitions to stream close command and response. |
Luiz Augusto von Dentz |
12 years ago |
2 files, +14, -0 |