Commits

Commit Message Author Age Changes
dc24afb0 android: Add functions for getting configuration options Szymon Janc 11 years ago 2 files, +33, -0
675abe26 android: Add support for configuration command Szymon Janc 11 years ago 1 file, +73, -0
0fc4116e android/hal-msg: Add configuration command Szymon Janc 11 years ago 1 file, +16, -0
60169fdd android/hal-ipc-api: Add Configuration command Szymon Janc 11 years ago 1 file, +17, -0
6a96a1f6 emulator/smp: Add full key distribution support Johan Hedberg 11 years ago 1 file, +115, -16
a9af8546 test/simple-player: Fix parameter types Luiz Augusto von Dentz 11 years ago 1 file, +3, -3
a6277297 tools/sco-tester: Make sure voice setting are all zeroed first Marcel Holtmann 11 years ago 1 file, +10, -3
cf866e55 btio: Make sure voice setting are all zeroed first Marcel Holtmann 11 years ago 1 file, +1, -0
5ff28ce7 emulator/bthost: Add skeleton for passing encryption changes to SMP Johan Hedberg 11 years ago 3 files, +19, -0
bbcd8877 emulator/bthost: Fix setting new encryption mode for failure status Johan Hedberg 11 years ago 1 file, +3, -0
b80af95f doc/test-coverage: Update test count Luiz Augusto von Dentz 11 years ago 1 file, +3, -3
2c8a8da4 emulator/smp: Use proper defines for SMP opcodes Johan Hedberg 11 years ago 1 file, +10, -11
64d4e421 doc/supported-features: Bump HFP version to 1.6 Luiz Augusto von Dentz 11 years ago 1 file, +1, -1
40d12652 doc/test-coverage: Update mgmt-tester test count Johan Hedberg 11 years ago 1 file, +2, -2
893f611e mgmt-tester: Add LE Pairing initiator reject test case Johan Hedberg 11 years ago 1 file, +16, -0
e2eed50f android/hal-utils: Fix null pointer dereference Handles the possible null pointer dereference: bd_addr by checking it against null. Gowtham Anandha Babu 11 years ago 1 file, +3, -1
af6cb38c android/tester-gatt: Minor coding style fix Grzegorz Kolodziejczyk 11 years ago 1 file, +24, -38
60092ba3 android: Factor out service unregister to helper Szymon Janc 11 years ago 1 file, +21, -52
7ff23460 android/handsfree-client: Add Get Last Voice Tag Number command Lukasz Rymanowski 11 years ago 3 files, +25, -0
bb474323 android/handsfree-client: Add Send DTMF command Lukasz Rymanowski 11 years ago 3 files, +32, -0
350273a7 android/handsfree-client: Add Retrieve Subscriber Info command Lukasz Rymanowski 11 years ago 3 files, +24, -0
be641ed5 android/handsfree-client: Add Query Current Call and Operator Name cmd Lukasz Rymanowski 11 years ago 3 files, +49, -0
2d540894 android/handsfree-client: Add Call Action command Lukasz Rymanowski 11 years ago 3 files, +47, -0
800b2b23 android/handsfree-client: Add Dial and Dial Memory command Lukasz Rymanowski 11 years ago 3 files, +73, -0
10c889fa android/handsfree-client: Add Volume Control command Lukasz Rymanowski 11 years ago 3 files, +39, -0
e79b5aef android/handsfree-client: Add Start/Stop Voice Recognition command Lukasz Rymanowski 11 years ago 3 files, +47, -0
e6e85977 android/handsfree-client: Add Audio Connect/Disconnect commands Lukasz Rymanowski 11 years ago 3 files, +71, -0
9cce589b android/handsfree-client: Add Connect/Disconnect commands Lukasz Rymanowski 11 years ago 3 files, +72, -0
795af245 android/README: Add information about handsfree-client Lukasz Rymanowski 11 years ago 1 file, +10, -0
8809f197 android/handsfree-client: Add handsfree-client HAL skeleton This patch also introduce BLUEZ_EXTENSIONS flag which is used for not Android AOSP features like HF Client in this case. Idea is that BfA for PC is always build with this flag and it is added to Makefile.am For Android there is need to set this flag as described in README Lukasz Rymanowski 11 years ago 5 files, +125, -1
40565665 android/handsfree-client: Add handsfree-client daemon skeleton Lukasz Rymanowski 11 years ago 5 files, +107, -0
c498b9be android/hardware: Add HFP Client Interface ID Lukasz Rymanowski 11 years ago 1 file, +1, -0
0ec3d8f1 android/handsfree-client: Add handsfree-client ID Lukasz Rymanowski 11 years ago 1 file, +2, -1
125af7e1 emulator/btdev: Fix invalid memory access Luiz Augusto von Dentz 11 years ago 1 file, +2, -2
3de8d684 mgmt-tester: Unify/simplify alternate event checking Johan Hedberg 11 years ago 1 file, +30, -21
47d4e6cb mgmt-tester: Fix specific LTK checks for all tests that need it Johan Hedberg 11 years ago 1 file, +4, -0
c6dac57d android/handsfree: Fix missing error response to AT+BLDN If AT+BLDN was badly formatted error response was not send to headset. Szymon Janc 11 years ago 1 file, +2, -0
b425c3d9 mgmt-tester: Use proper type specifier for printing size_t Fix following error: tools/mgmt-tester.c: In function ‘verify_ltk’: tools/mgmt-tester.c:2633:19: error: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ [-Werror=format=] sizeof(struct mgmt_ev_new_long_term_key)); ^ Szymon Janc 11 years ago 1 file, +1, -1
5e339b18 mgmt-tester: Add detailed New LTK checks Johan Hedberg 11 years ago 1 file, +37, -0
3bbe6442 doc/test-coverage: Update mgmt-tester test count Johan Hedberg 11 years ago 1 file, +2, -2
0b8cbe14 mgmt-tester: Add LE MITM pairing initiator test case Johan Hedberg 11 years ago 1 file, +15, -0
464e13ed mgmt-tester: Add simple LE pairing initiator test case Johan Hedberg 11 years ago 1 file, +21, -2
0decc9df emulator/smp: Fix pairing response key dist. to what's actually supported Johan Hedberg 11 years ago 1 file, +2, -2
01a1e34c doc/test-coverage: Update mgmt-tester test count Johan Hedberg 11 years ago 1 file, +2, -2
dd53bcad mgmt-tester: Add SMP user passkey request rejection test case Johan Hedberg 11 years ago 1 file, +21, -7
33c8ed93 mgmt-tester: Add SMP user passkey request test case Johan Hedberg 11 years ago 1 file, +44, -0
5b1a876e emulator/smp: Set correct pairing response values Johan Hedberg 11 years ago 1 file, +10, -8
6b7560c0 emulator/bthost: Add getter functions needed by SMP Johan Hedberg 11 years ago 2 files, +18, -0
3d51328b emulator/bthost: Add iovec support This convert bthost_set_send_handler to take struct iovec for doing scatter io. Luiz Augusto von Dentz 11 years ago 3 files, +54, -60
a7b600b4 emulator/btdev: Add iovec support This convert btdev_set_send_handler to take struct iovec for doing scatter io. Luiz Augusto von Dentz 11 years ago 6 files, +98, -75
Previous Next