Commits

Commit Message Author Age Changes
35389802 android/handsfree-client: Implement send DTMF codes Lukasz Rymanowski 11 years ago 1 file, +18, -2
b7af523b android/handsfree-client: Retrieve subscriber number information Lukasz Rymanowski 11 years ago 1 file, +65, -2
a14bb010 android/handsfree-client: Send to AG that we do support long name Lukasz Rymanowski 11 years ago 1 file, +3, -0
170ec952 android/handsfree-client: Add support to get operator name Lukasz Rymanowski 11 years ago 1 file, +50, -2
b43038a1 android/handsfree-client: Send indicators val we got during SLC setup Once SLC is done, Android is ready to get indicators values. Lukasz Rymanowski 11 years ago 1 file, +15, -4
8d3a703b android/handsfree-client: Add support for +CIEV events Lukasz Rymanowski 11 years ago 1 file, +160, -0
81d222f8 android/handsfree-client: Add handling +CLCC Lukasz Rymanowski 11 years ago 1 file, +58, -0
05bebbaa android/handsfree-client: Implement query current calls Lukasz Rymanowski 11 years ago 1 file, +18, -2
8774912f android/handsfree-client: Add call action implementation Lukasz Rymanowski 11 years ago 1 file, +101, -2
1b1acab3 android/handsfree-client: Add handling dial command Lukasz Rymanowski 11 years ago 1 file, +63, -9
0631374d android/handsfree-client: Add volume control handling Lukasz Rymanowski 11 years ago 1 file, +70, -2
ce41e74b android/handsfree-client: Add handle start/stop vr This patch implements start/stop voice recogniction command handling. It also introduce find_default_device which returns connected device. Note that for now we support only one device as this is HAL limitation Lukasz Rymanowski 11 years ago 1 file, +102, -4
8b27361d android/handsfree-client: Fix index type in call action command According to BT HAL API index should be int. Lukasz Rymanowski 11 years ago 1 file, +1, -1
516d4baa android/hal-gatt: Implement client batchscan_read_reports This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +31, -3
c9275f50 android/hal-gatt: Implement client batchscan_dis_batch_scan This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +29, -3
1de15ca2 android/hal-gatt: Implement client batchscan_enb_batch_scan This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +39, -3
cf5d7064 android/hal-gatt: Implement client batchscan_cfg_storage This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +35, -3
267ad0f0 android/hal-gatt: Implement client multi_adv_disable This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +29, -3
757975bc android/hal-gatt: Implement client multi_adv_set_inst_data This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +77, -3
d8abfd74 android/hal-gatt: Implement client handle_client_update_multi_adv This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +41, -3
2f776361 android/hal-gatt: Implement client multi_adv_enable This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +41, -3
dc2410df android/hal-gatt: Implement client set_scan_parameters This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +31, -3
9f687cbf android/hal-gatt: Implement client conn_parameter_update This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +45, -3
e1254775 android/hal-gatt: Implement client configure_mtu This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +31, -3
63951d9b android/hal-gatt: Implement client scan_filter_enable This adds required IPC message, HAL implementation and daemon stub handler Szymon Janc 11 years ago 3 files, +31, -3
5b2c3103 android/hal-gatt: Implement client scan_filter_clear This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +31, -4
249c6dc8 android/hal-gatt: Implement client scan_filter_add_remove This adds required IPC message, HAL implementation and daemon stub handler Szymon Janc 11 years ago 3 files, +65, -3
96b1c847 android/hal-gatt: Implement client scan_filter_param_setup This adds required IPC message, HAL implementation and daemon stub handler. Szymon Janc 11 years ago 3 files, +51, -3
224fbb91 android/hal-gatt: Implement Android 5 callbacks This adds IPC handlers for new GATT notifications and implementes requiured callbacks. Szymon Janc 11 years ago 2 files, +305, -1
20d7ffe4 tools/btmgmt: Add support for remote-oob command Johan Hedberg 11 years ago 1 file, +112, -0
0226480c core: Always use extended remote_oob_data parameters This paves the way for the P-256 parameters and sending zero values for them is equal to using the non-extended version. Johan Hedberg 11 years ago 2 files, +6, -4
d18ba171 android/pts: PTS tests for MAP on Android 5 Sebastian Chlad 11 years ago 1 file, +3, -4
0bed0ab4 android/pts: Update IOPT PICS and PTS test results Marcin Kraglak 11 years ago 2 files, +3, -3
d9839366 android/hal-handsfree-client: Trivial empty line fix Andrei Emeltchenko 11 years ago 1 file, +0, -1
e10a1b46 android/pts: PTS tests for PBAP on Android 5 Sebastian Chlad 11 years ago 1 file, +2, -2
608924fb android/pts: PTS tests for OPP on Android 5 Sebastian Chlad 11 years ago 1 file, +2, -2
df57b0f9 android/gatt: Set Descriptor handle and Include Service handle Set newly created attribute's handle in notification data. Marcin Kraglak 11 years ago 1 file, +7, -3
5a7fff99 TODO: tools/btgatt-server has been introduced. Arman Uguray 11 years ago 1 file, +0, -9
c7617662 tools/btgatt-server: Free and early return if device name has length 0. In the write callback for the device name characteristic, we should check early if the value is being truncated completely and free the value and return. Otherwise, the realloc call might correctly return NULL if called with a length of 0, which would be incorrectly treated as an error. Arman Uguray 11 years ago 1 file, +8, -0
dbf12268 unit/test-queue: Add /queue/destroy_remove test This tests queue_remove from queue_destroy callback. Luiz Augusto von Dentz 11 years ago 1 file, +20, -0
944273eb shared/queue: Make queue_destroy safe This makes queue_destroy and queue_remove_all safe even if destroy callback end up calling queue_remove. Luiz Augusto von Dentz 11 years ago 1 file, +4, -4
fe7d07fa shared/queue: Simplify queue_remove_all This makes use of queue_remove_if if possible. Luiz Augusto von Dentz 11 years ago 1 file, +7, -21
5d3ac6da android/hal-msg: Fix AVRCP CTRL notifications opcodes Notifications should start from 0x81 as 0x80 is reserved. Szymon Janc 11 years ago 1 file, +2, -2
82270f2e android/hal-gatt: Fix whitespace issues Szymon Janc 11 years ago 1 file, +8, -19
5a6f73f0 android: Fix build on Android external/bluetooth/bluez/attrib/gattrib.c:82: error: undefined reference to 'bt_att_new' external/bluetooth/bluez/attrib/gattrib.c:99: error: undefined reference to 'bt_att_unref' external/bluetooth/bluez/attrib/gattrib.c:150: error: undefined reference to 'bt_att_unref' external/bluetooth/bluez/attrib/gattrib.c:274: error: undefined reference to 'bt_att_send' external/bluetooth/bluez/attrib/gattrib.c:285: error: undefined reference to 'bt_att_cancel_all' external/bluetooth/bluez/attrib/gattrib.c:309: error: undefined reference to 'bt_att_register' external/bluetooth/bluez/attrib/gattrib.c:330: error: undefined reference to 'bt_att_set_mtu' external/bluetooth/bluez/attrib/gattrib.c:335: error: undefined reference to 'bt_att_unregister' collect2: error: ld returned 1 exit status Szymon Janc 11 years ago 1 file, +1, -0
5a8fd039 android/gatt: Fix coding style Luiz Augusto von Dentz 11 years ago 1 file, +1, -1
477d9c54 monitor/rfcomm: Fix not printing userdata in UIH frame with credits > ACL Data RX: Handle 7 flags 0x02 dlen 19 [hci0] 8.723738 Channel: 65 len 15 [PSM 3 mode 0] {chan 1} RFCOMM: Unnumbered Info with Header Check (UIH)(0xef) Address: 0x09 cr 0 dlci 0x02 Control: 0xff poll/final 1 Length: 10 FCS: 0x5c Credits: 1 41 54 2b 43 49 4e 44 3d 3f 0d 5c AT+CIND=?.\ Szymon Janc 11 years ago 1 file, +0, -1
b1c225b3 GATT shim to src/shared bt_att This patch implements a version of GAttrib which is backed by bt_att, which enables the simultaneous use of GAttrib and bt_att. This should enable smooth transition of profiles from the GAttrib API to the src/shared bt_att API. Michael Janssen 11 years ago 1 file, +164, -581
ed6a37b3 tools/btgatt-server: Add "heart-rate" command. This patch adds the "heart-rate" command which can be used to hide or unhide the Heart Rate service. This is useful for testing service changed events. Arman Uguray 11 years ago 1 file, +58, -2
e557ec34 tools/btgatt-server: Add Heart Rate service simulation. This patch adds a Heart Rate service to the database which simulates a fake Heart Rate service implementation. The service can be enabled by default by passing the '-r' flag to the executable. Arman Uguray 11 years ago 1 file, +204, -7
Previous Next