| 41825112 |
android/client: Print number on query current calls in hf-client |
Lukasz Rymanowski |
11 years ago |
1 file, +3, -0 |
| 64fcdff5 |
android/pts: Re-test HFP failing test cases
For PTS issue #12039 ETS and DLL was provided. Respective tests
are passing. |
Sebastian Chlad |
11 years ago |
1 file, +3, -3 |
| 669cfa3b |
android/client: Add support for new API for gatt server connect()
Fixes number of parameters in gatt server connect() for different Android
API. |
Andrei Emeltchenko |
11 years ago |
1 file, +12, -0 |
| c42ce772 |
android/client: Add support for new API for gatt connect()
Fixes number of parameters in gatt connect() for different Android API. |
Andrei Emeltchenko |
11 years ago |
1 file, +12, -0 |
| 84ae21bb |
android/client: Add support for new API for gatt scan()
Fixes number of parameters in gatt scan() |
Andrei Emeltchenko |
11 years ago |
1 file, +8, -0 |
| 8ba4537a |
android/client: Add support for new Android API for PAN HAL
Fixes parameters order for new API. |
Andrei Emeltchenko |
11 years ago |
1 file, +5, -0 |
| 8f4564a7 |
android/client: Support new API for SCO HAL
Add support for new parameters in open_output_stream() and
open_inut_stream(). |
Andrei Emeltchenko |
11 years ago |
1 file, +24, -0 |
| 260fb31b |
android/client: Support new API for Audio HAL
Add support for new parameter in open_output_stream(). |
Andrei Emeltchenko |
11 years ago |
1 file, +16, -0 |
| 3235db2a |
android/gatt: Add support for new parameter in srv connect()
Support transport parameter in new Android API. |
Andrei Emeltchenko |
11 years ago |
4 files, +23, -2 |
| a5a0f7cc |
android/gatt: Add support for new parameter for connect
Add support for new parameter in gatt client connect() for new Android
API. |
Andrei Emeltchenko |
11 years ago |
4 files, +22, -2 |
| 5a1814ef |
android/gatt: Add support for new API
In new Android API client_if parameter is removed. |
Andrei Emeltchenko |
11 years ago |
2 files, +21, -7 |
| 19f8877a |
android/hal-sco: Use bdaddr parameter in Get SCO fd command |
Andrei Emeltchenko |
11 years ago |
1 file, +11, -8 |
| 5d430ce0 |
android/hal-sco: Add remote address parameter in Get SCO fd command |
Andrei Emeltchenko |
11 years ago |
2 files, +5, -1 |
| fb4877a2 |
android/hal-sco: Save bd_addr for input stream of Audio SCO HAL
Make use of address field which makes possible to query right SCO fd
from handsfree multi-client code. |
Andrei Emeltchenko |
11 years ago |
1 file, +10, -0 |
| 3b2445be |
android/hal-sco: Save bd_addr for output stream of Audio SCO HAL
Make use of address field which makes possible to query right SCO fd
from handsfree multi-client code. |
Andrei Emeltchenko |
11 years ago |
2 files, +12, -1 |
| b772cf6b |
android/hal-sco: Implement dummy SCO HAL functions
Prevent from crash and print debug statements. |
Andrei Emeltchenko |
11 years ago |
1 file, +53, -0 |
| ab7f3972 |
android/hal-sco: Remove deprecated API usage
Instead of deprecated functions use new ones. Fixes deprecation warnings
during build. |
Andrei Emeltchenko |
11 years ago |
1 file, +18, -0 |
| faf73e5b |
android/hal-sco: Add support for new Android API
Add new parameters to sco_open_input_stream() and
sco_open_output_stream() for the new API. |
Andrei Emeltchenko |
11 years ago |
1 file, +59, -4 |
| f6db68d3 |
android/pts: Update L2CAP tests results |
Szymon Janc |
11 years ago |
1 file, +5, -5 |
| 3fcf951f |
tools/sdptool: Add MAP supported features for MNS
Add MapSupportedFeatures into MNS attribute names.
MNS Record output captured from sdptool:
Attribute Identifier : 0x0 - ServiceRecordHandle
Integer : 0x10008
Attribute Identifier : 0x1 - ServiceClassIDList
Data Sequence
UUID16 : 0x1133 - Message Access (MAP) - MNS
Attribute Identifier : 0x4 - ProtocolDescriptorList
Data Sequence
Data Sequence
UUID16 : 0x0100 - L2CAP
Data Sequence
UUID16 : 0x0003 - RFCOMM
Channel/Port (Integer) : 0x11
Data Sequence
UUID16 : 0x0008 - OBEX
Attribute Identifier : 0x5 - BrowseGroupList
Data Sequence
UUID16 : 0x1002 - PublicBrowseGroup
Attribute Identifier : 0x9 - BluetoothProfileDescriptorList
Data Sequence
Data Sequence
UUID16 : 0x1134 - Message Access (MAP)
Version (Integer) : 0x102
Attribute Identifier : 0x100
Data : 4d 65 73 73 61 67 65 20 4e 6f 74 69 66 69 63 61 74 69 6f 6e 00
Attribute Identifier : 0x200
Integer : 0x1001
Attribute Identifier : 0x317 - MapSupportedFeatures
Integer : 0x7f |
Gowtham Anandha Babu |
11 years ago |
1 file, +7, -1 |
| 683951b9 |
doc/test-coverage: Update test count |
Szymon Janc |
11 years ago |
1 file, +2, -2 |
| 6d957b0a |
unit/test-hfp: Test for skip hfp_context field
This patch adds test:
/hfp_hf/test_context_skip_field |
Lukasz Rymanowski |
11 years ago |
1 file, +24, -0 |
| 1a1d120e |
shared/hfp: Add function to skip field in hfp_context
Some fields in AT commands are not used by HFP spec. When parsing such
commands it is convinient to just skip it without looking what is inside
there |
Lukasz Rymanowski |
11 years ago |
2 files, +13, -0 |
| 4e5ce5de |
unit/hfp: Add test for +CME ERROR: response |
Lukasz Rymanowski |
11 years ago |
1 file, +20, -0 |
| e733365a |
unit/hfp: Add unit tests for parsing hfp_context
This patch adds:
/hfp/test_hf_context_parser_1
/hfp/test_hf_context_parser_2 |
Lukasz Rymanowski |
11 years ago |
1 file, +66, -0 |
| 38bd9968 |
shared/hfp: Add hfp_context_get_range function
This patch adds hfp_contex_get_range function which is useful in parsing
response like this : +CIND: ("battchr",(1-5)) |
Lukasz Rymanowski |
11 years ago |
2 files, +33, -0 |
| bb6a7ebe |
shared/hfp: Minor fix in container close function
When closing container of hfp_context, we should try to move to next
field so offset is set correctly to next data.
Needed in case of parsing for example:
.+CIND: ("call",(0,1)),("callsetup",(0-3))") |
Lukasz Rymanowski |
11 years ago |
1 file, +2, -0 |
| 6fc38e15 |
shared/hfp: Add handling +CME ERROR to parser |
Lukasz Rymanowski |
11 years ago |
3 files, +38, -5 |
| 383d42f5 |
shared/hfp: Rename functions operating on context |
Lukasz Rymanowski |
11 years ago |
4 files, +64, -65 |
| ca2337dd |
shared/hfp: Rename hfp_hf_result to common hfp_context |
Lukasz Rymanowski |
11 years ago |
3 files, +15, -22 |
| 55f8a4f4 |
shared/hfp: Rename hfp_gw_result to hfp_context
hfp_context seems to be better name for data we get in the result of HFP
GW. Especially that we want to use same for HFP HF response data. |
Lukasz Rymanowski |
11 years ago |
4 files, +156, -153 |
| 2e890fa8 |
android/bluetooth: Fix whitespace issues |
Szymon Janc |
11 years ago |
1 file, +2, -2 |
| 06838126 |
android/pts: Fix capitalization in MCAP tests results
Keep PTS issues reports consistent for easy scripting. |
Szymon Janc |
11 years ago |
1 file, +36, -36 |
| 38719ef6 |
android/hal-audio: Implement dummy Audio HAL functions
Enable debug prints and prevent crash. |
Andrei Emeltchenko |
11 years ago |
1 file, +53, -0 |
| 95fb9b87 |
android/hal-audio: Add support for new Android API
For new Android API add parameter address to audio_open_output_stream()
and audio_open_input_stream(). |
Andrei Emeltchenko |
11 years ago |
1 file, +59, -5 |
| 3d69d55d |
android/client: Add energy_info_callback print |
Andrei Emeltchenko |
11 years ago |
1 file, +11, -1 |
| a7d07256 |
android/client: Add new API argument for create_bond()
New Android API has new argument transport. |
Andrei Emeltchenko |
11 years ago |
1 file, +13, -0 |
| 0a16bd7b |
android/hal-bluetooth: Add missing functions
Add missing HAL functions for new Android version |
Andrei Emeltchenko |
11 years ago |
1 file, +34, -0 |
| f91de769 |
android/hal-bluetooth: Add parameter to create_bond
Add parameter to create_bond following new bluetooth.h HAL, transport is
defined in bluedroid include/bt_types.h. Bluetooth daemon shall check
transport parameter and make needed decisions, by default parameter is
unknown and this is the way bluedroid manage it itself. |
Andrei Emeltchenko |
11 years ago |
4 files, +27, -1 |
| 2c4b8bde |
android: Set Android version to 4.4.4
For local build set exact current Android version. |
Andrei Emeltchenko |
11 years ago |
1 file, +1, -1 |
| b74c208e |
android/pts: Re-test HDP profile on PTS 5.3
PTS issue 12340 which incorrectly enabled TC_SRC_DE_BV_01_I
is solved in PTS 5.3. |
Sebastian Chlad |
11 years ago |
1 file, +2, -2 |
| 9bc1c2db |
AUTHORS: Mention Sebastian's contributions |
Szymon Janc |
11 years ago |
1 file, +1, -0 |
| 11703a49 |
obexd/ftp: Handle transfer reset for FTP
Changes made to emit transfer completed to .Transfer1 interface on
ftp reset. |
Bharat Panda |
11 years ago |
1 file, +9, -1 |
| 0cedfa44 |
emulator/bthost: Remove empty bthost_stop function |
Szymon Janc |
11 years ago |
3 files, +0, -7 |
| 5aa62eb4 |
emulator/bthost: Move smp_start to bthost_create
This creates smp while creating bthost allowing for early bailout if
kernel doesn't support crypto. Fix crash if smp_start failed due to
SMP code always assuming valid pointer. |
Szymon Janc |
11 years ago |
1 file, +8, -6 |
| 5f63c56d |
emulator/bthost: Simplify bthost_create
Use new0 instead of malloc+memset for allocating bthost. |
Szymon Janc |
11 years ago |
1 file, +1, -3 |
| d8459a28 |
shared/gatt: Fix wrong function exit |
Andrei Emeltchenko |
11 years ago |
1 file, +1, -1 |
| 25dc0c50 |
core: Remove unnecessary LE connect for kernels that don't need it
From mgmt version 1.4 onward the ATT server socket gets appropriate
notifications also for outgoing connections triggered by
mgmt_pair_device. This patch adds a check for the mgmt version to not
unnecessarily create the LE client socket first.
For now this also fixes a potential race condition in the kernel where
the socket connect LE scan disabling will fail because of a preceding
mgmt_stop_discovery trying to do the same thing. Since mgmt commands
(unlike the socket connect) are serialized the race cannot happen with
the mgmt_stop_discover + mgmt_pair_device combination. |
Johan Hedberg |
11 years ago |
3 files, +16, -1 |
| 778e182c |
android/pts: Interim PTS tests results for L2CAP |
Sebastian Chlad |
11 years ago |
1 file, +8, -8 |
| 82ff15ae |
android/pts: Correct typo in tests listing for IOPT |
Sebastian Chlad |
11 years ago |
1 file, +1, -1 |