Commits

Commit Message Author Age Changes
204fc851 android/tester: Add UUIDS get prop success test case This adds UUIDS get property success test case. Grzegorz Kolodziejczyk 12 years ago 1 file, +32, -0
19c7222c android/tester: Add DISCOVERY_TIMEOUT get prop success test case This adds DISCOVERY_TIMEOUT get property success test case. Grzegorz Kolodziejczyk 12 years ago 1 file, +29, -0
cc2352a2 android/tester: Add SCAN_MODE get prop success test case This adds SCAN_MODE get property success test case. Grzegorz Kolodziejczyk 12 years ago 1 file, +29, -0
b057f428 android/build: Fix building HAL library on Linux PLATFORM_SDK_VERSION was not passed while building HAL library on Linux host resulting in 4.3+ features not being build. Szymon Janc 12 years ago 1 file, +2, -1
5ea252c4 android/haltest: Implement missing functions from bluetooth HAL Implement functions added in Android 4.3+ to Bluetooth HAL. Szymon Janc 12 years ago 1 file, +37, -0
475e1c36 android/haltest: Improve EXEC macro robustness Print info about method being NULL instead of crashing. Szymon Janc 12 years ago 1 file, +6, -2
c927bb6d android/hal-bluetooth: Add debug print to config_hci_snoop_log Improves debugs and make it consistent with other methods. Szymon Janc 12 years ago 1 file, +2, -0
500007e2 android/system-emulator: Add support for bluetoothd-snoop service This allows to test bluetoothd-snoop service on Linux host. Szymon Janc 12 years ago 1 file, +56, -5
47586602 android/hal-bluetooth: Update snoop service name Match service name with android snoop binary name. It is more common to use '-' instead of '_' in the code for binaries name. Szymon Janc 12 years ago 1 file, +1, -1
ffde7eee android: Add HCI snooping tool This tool is intended to be run as Android service. It supports writing HCI snoop data in old btsnoop format only. By default traffic is stored in /sdcard/btsnoop_hci.log file (can be overridded with option - mainly for testing on Linux host). Only index 0 is sniffed. Szymon Janc 12 years ago 4 files, +249, -0
b0ad16cf tools: Fix issue with too short packet length variable Marcel Holtmann 12 years ago 1 file, +2, -1
4305e6c3 monitor: Add support for decoding set triggered clock capture command Marcel Holtmann 12 years ago 2 files, +64, -17
f8c2b5e4 tools: Add support for proxying Qualcomm SMD based channels Marcel Holtmann 12 years ago 2 files, +274, -121
885cf9d8 android/pan: Add PAN SDP record for NAP role Ravi kumar Veeramally 12 years ago 1 file, +95, -0
afec6e36 tools/obexctl: Removes leading and trailing whitespace from commands Leading and trailing whitespace shall be ignored Luiz Augusto von Dentz 12 years ago 1 file, +1, -0
e8799bfd tools/bluetooth-player: Formatting commands Formatting commands passed to bluetooth player. Whitespace character trimmed. Sebastian Chlad 12 years ago 1 file, +1, -0
47e30d43 android/hidhost: Move set_report parameter check to daemon HAL library is to be as simple as possible and parameters values should be verified by daemon for robustness anyway. Move this check to daemon. Szymon Janc 12 years ago 2 files, +12, -13
33c2a480 android/hidhost: Move get_report parameter check to daemon HAL library is to be as simple as possible and parameters values should be verified by daemon for robustness anyway. Move this check to daemon. Szymon Janc 12 years ago 2 files, +12, -13
af6b7bef android/hidhost: Move set_protocol parameter check to daemon HAL library is to be as simple as possible and parameters values should be verified by daemon for robustness anyway. Move this check to daemon. Szymon Janc 12 years ago 2 files, +11, -10
81617ffd android/hidhost: Move get_protocol parameter check to daemon HAL library is to be as simple as possible and parameters values should be verified by daemon for robustness anyway. Move this check to daemon. Szymon Janc 12 years ago 2 files, +11, -10
98921e1b tools: Add support for connecting to proxying servers Marcel Holtmann 12 years ago 1 file, +137, -31
15097d34 monitor: Allow HCI controller proxying over TCP Marcel Holtmann 12 years ago 1 file, +60, -13
43177237 tools: Add utility for proxying/forwarding HCI controllers Marcel Holtmann 12 years ago 3 files, +393, -2
d0e729fd monitor: Add structure for SCO packets Marcel Holtmann 12 years ago 1 file, +8, -3
a222b844 android/tester: Add TYPE_OF_DEVICE get prop success test case This adds TYPE_OF_DEVICE get property success test case. Grzegorz Kolodziejczyk 12 years ago 1 file, +29, -0
cd59f965 android/tester: Add CLASS_OF_DEVICE get prop success test case This adds CLASS_OF_DEVICE get property success test case. Grzegorz Kolodziejczyk 12 years ago 1 file, +29, -0
3b658527 android/tester: Add BONDED_DEVICES set prop fail test case This adds BONDED_DEVICES set property fail test case due to only get possibility. Grzegorz Kolodziejczyk 12 years ago 1 file, +30, -0
f4dfa41d android/tester: Add SCAN_MODE=CONNECTABLE set prop success test case This adds SCAN_MODE property set to CONNECTABLE - success test case. Grzegorz Kolodziejczyk 12 years ago 1 file, +30, -0
e3d0d1ec android/tester: Add BDADDR set prop fail test case This adds BDADDR set property fail test case due to only get possibility. Grzegorz Kolodziejczyk 12 years ago 1 file, +29, -0
89d8dee4 android: Make stream example generic in the API doc The stream direction should not really matter. Lukasz Rymanowski 12 years ago 1 file, +4, -4
d781d37d android: Minor fix to Android Bluetooth Audio protocol API doc Make picture consistent with example below it. Lukasz Rymanowski 12 years ago 1 file, +4, -4
7b5890f5 android/audio: Fix Makefile.am for libaudio Use CFLAGS instread of CPPFLAGS Lukasz Rymanowski 12 years ago 1 file, +1, -1
aed795fa android/ipc: Remove not needed include Lukasz Rymanowski 12 years ago 1 file, +0, -1
df8c0648 btio: Fix falling back to L2CAP_OPTIONS if BT_RCVMTU fails Johan Hedberg 12 years ago 1 file, +7, -2
5acde7b7 core: Fix checking for g_attrib_new failure Johan Hedberg 12 years ago 1 file, +5, -0
877dbcdb monitor: Clearly mark supported command bits that are unknown Marcel Holtmann 12 years ago 1 file, +7, -1
add3e20a monitor: Decode detailed AFH channel list Marcel Holtmann 12 years ago 1 file, +22, -1
6ae0891b monitor: Decode eSCO/SCO and ACL/CSB packet types Marcel Holtmann 12 years ago 1 file, +69, -0
e5b7993a monitor: Separate SCO/eSCO packet types from ACL/CSB packet types Marcel Holtmann 12 years ago 1 file, +8, -3
b7d96cc4 monitor: Decode voice setting bit values Marcel Holtmann 12 years ago 1 file, +69, -0
1f8fb96a tools: Check class of device value for 3D display Marcel Holtmann 12 years ago 1 file, +4, -0
9116f110 tools: Include disconnection event for 3D displays Marcel Holtmann 12 years ago 1 file, +1, -1
bcdc98b2 btmon: Fix build for Android Android build was really broken with additions of functions hwdb_* ... external/bluetooth/bluez/android/../monitor/packet.c:406: error: undefined reference to 'hwdb_get_company' external/bluetooth/bluez/android/../monitor/packet.c:2487: error: undefined reference to 'hwdb_get_vendor_model' collect2: error: ld returned 1 exit status ... Andrei Emeltchenko 12 years ago 1 file, +2, -0
7f92310c emulator: Add simple standalone single mode LE device Marcel Holtmann 12 years ago 4 files, +804, -3
0007671c emulator: Add support for secure connections host support commands Marcel Holtmann 12 years ago 1 file, +37, -0
558bc9f4 monitor: Fix output of hash and randomizer Marcel Holtmann 12 years ago 1 file, +30, -20
e310672d tools: Increase width for html2text conversion for long company names Marcel Holtmann 12 years ago 1 file, +1, -1
731d648d build: Fix accidental include of missing files Marcel Holtmann 12 years ago 1 file, +1, -2
78640291 tools: Add utility for testing 3D Sync Profile Marcel Holtmann 12 years ago 3 files, +457, -2
785c6288 shared: Add support simple HCI handling functions Marcel Holtmann 12 years ago 2 files, +599, -0
Previous Next