summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
Commit message (Collapse)AuthorAgeFilesLines
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- Apache-2.0 : 80 LGPL-2.1-or-later : 42 GPL-2.0-or-later : 9 License: Apache-2.0 android/bluetoothd-wrapper.c android/tester-hidhost.c android/tester-map-client.c android/hal-audio-aptx.c android/hal-audio.c android/hal-handsfree-client.c android/tester-gatt.c android/hal-pan.c android/hal-socket.c android/tester-hdp.c android/tester-pan.c android/tester-avrcp.c android/hal-a2dp-sink.c android/hal-gatt.c android/hal-avrcp.c android/tester-a2dp.c android/hal-audio.h android/hal-bluetooth.c android/tester-socket.c android/hal-health.c android/hal-a2dp.c android/hal-ipc.c android/hal-avrcp-ctrl.c android/hal-sco.c android/hal-ipc.h android/tester-main.c android/hal-audio-sbc.c android/hal-utils.c android/hal-map-client.c android/hal-handsfree.c android/hal-log.h android/hal.h android/hal-utils.h android/tester-bluetooth.c android/hal-hidhost.c android/audio_utils/resampler.h android/audio_utils/resampler.c android/system/audio.h android/hardware/bt_sock.h android/hardware/bt_gatt_client.h android/hardware/bt_hh.h android/hardware/bluetooth.h android/hardware/hardware.h android/hardware/bt_hf_client.h android/hardware/bt_rc.h android/hardware/bt_hf.h android/hardware/bt_pan.h android/hardware/bt_gatt_types.h android/hardware/hardware.c android/hardware/audio_effect.h android/hardware/audio.h android/hardware/bt_gatt_server.h android/hardware/bt_gatt.h android/hardware/bt_hl.h android/hardware/bt_mce.h android/hardware/bt_av.h android/client/if-hh.c android/client/if-sco.c android/client/pollhandler.h android/client/haltest.c android/client/tabcompletion.c android/client/if-hf-client.c android/client/history.h android/client/if-audio.c android/client/terminal.h android/client/if-av.c android/client/if-main.h android/client/if-av-sink.c android/client/terminal.c android/client/if-mce.c android/client/if-hf.c android/client/pollhandler.c android/client/if-sock.c android/client/if-rc-ctrl.c android/client/if-rc.c android/client/history.c android/client/if-pan.c android/client/if-gatt.c android/client/if-bt.c android/client/if-hl.c License: LGPL-2.1-or-later android/sco.h android/socket.c android/tester-main.h android/hidhost.h android/map-client.h android/utils.h android/hal-msg.h android/health.h android/avrcp-lib.c android/bluetoothd-snoop.c android/a2dp.c android/bluetooth.h android/a2dp-sink.c android/handsfree-client.c android/audio-msg.h android/main.c android/pan.c android/ipc-tester.c android/health.c android/socket.h android/handsfree.h android/avrcp-lib.h android/a2dp-sink.h android/system-emulator.c android/gatt.c android/avrcp.h android/pan.h android/test-ipc.c android/hidhost.c android/a2dp.h android/avrcp.c android/sco-msg.h android/bluetooth.c android/map-client.c android/handsfree-client.h android/ipc.c android/handsfree.c android/gatt.h android/ipc.h android/ipc-common.h android/compat/wordexp.h android/cutils/properties.h License: GPL-2.0-or-later android/avdtp.h android/avctp.c android/avdtptest.c android/sco.c android/log.c android/avdtp.c android/avctp.h android/compat/readline/history.h android/compat/readline/readline.h
* android/hal-handsfree: Fix missing HFP WBS callbackWill Wang2015-09-011-0/+6
|
* android/hal-gatt: Add support for server MTU changed callbackSzymon Janc2015-03-121-0/+6
|
* android/handsfree-client: Fix connection state definesSzymon Janc2015-02-091-2/+3
| | | | Connected state was missing.
* android/handsfree: Add initial support for configure WBS commmandSzymon Janc2014-12-191-0/+10
| | | | This adds required IPC message and handler for configure WBS command.
* android/socket: Add support for dynamic MAP recordSzymon Janc2014-12-101-0/+3
| | | | | | | | | | Android 5.0 uses service name (sic!) for defining instance ID and supported message types. Name passed is in format of "XXYYname" where XX is hex coded instance and YY is hex coded message types mask. This patch adds new mode for Socket HAL in which daemon tries to extract instance ID and message types from service name.
* android/bluetooth: Add support to read Le features by AndroidLukasz Rymanowski2014-12-101-0/+1
| | | | | LE Features is new property added in Android Lollipop. Framework is expecting to get those features on bluetooth start.
* android/handsfree-client: Trivial fix typoLukasz Rymanowski2014-12-081-1/+1
|
* android/hal: Add HAL for A2DP Sink roleJakub Tyszkowski2014-11-251-2/+10
| | | | | | This role was introduced with some devices in Android 5. The same set of IPC structs and defines is used as in Sink as it uses the same HAL API as Source does, but just yet another instance of HAL.
* android/gatt: Fix transport mask for service startJakub Tyszkowski2014-11-251-3/+2
| | | | | | With Android 5 transport enum was changed to bit mask. With this change we use bit masks in daemon and for Kitkat we map enum to bit mask in hal.
* android/hal-bluetooth: Implement read_energy_infoMarcin Kraglak2014-11-241-0/+12
|
* android/hal-bluetooth: Implement get_connection_stateMarcin Kraglak2014-11-241-0/+9
|
* android/hal-hidhost: Update HidHost HAL for Android 5Jakub Tyszkowski2014-11-201-2/+22
|
* android/handsfree-client: Fix index type in call action commandLukasz Rymanowski2014-11-191-1/+1
| | | | According to BT HAL API index should be int.
* android/hal-gatt: Implement client batchscan_read_reportsSzymon Janc2014-11-191-0/+6
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement client batchscan_dis_batch_scanSzymon Janc2014-11-191-0/+5
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement client batchscan_enb_batch_scanSzymon Janc2014-11-191-0/+10
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement client batchscan_cfg_storageSzymon Janc2014-11-191-0/+8
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement client multi_adv_disableSzymon Janc2014-11-191-0/+5
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement client multi_adv_set_inst_dataSzymon Janc2014-11-191-0/+13
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement client handle_client_update_multi_advSzymon Janc2014-11-191-0/+11
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement client multi_adv_enableSzymon Janc2014-11-191-0/+11
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement client set_scan_parametersSzymon Janc2014-11-191-0/+6
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement client conn_parameter_updateSzymon Janc2014-11-191-0/+9
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement client configure_mtuSzymon Janc2014-11-191-0/+6
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement client scan_filter_enableSzymon Janc2014-11-191-0/+6
| | | | | This adds required IPC message, HAL implementation and daemon stub handler
* android/hal-gatt: Implement client scan_filter_clearSzymon Janc2014-11-191-0/+6
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement client scan_filter_add_removeSzymon Janc2014-11-191-0/+17
| | | | | This adds required IPC message, HAL implementation and daemon stub handler
* android/hal-gatt: Implement client scan_filter_param_setupSzymon Janc2014-11-191-0/+16
| | | | | This adds required IPC message, HAL implementation and daemon stub handler.
* android/hal-gatt: Implement Android 5 callbacksSzymon Janc2014-11-191-0/+113
| | | | | This adds IPC handlers for new GATT notifications and implementes requiured callbacks.
* android/hal-msg: Fix AVRCP CTRL notifications opcodesSzymon Janc2014-11-171-2/+2
| | | | Notifications should start from 0x81 as 0x80 is reserved.
* android/hal: Fix last service id numberAndrei Emeltchenko2014-11-121-1/+1
|
* android/hal-msg: Add support for new AVRCP CTRL interfaceRavi kumar Veeramally2014-11-111-1/+23
|
* android/handsfree-client: Typo fix in define nameLukasz Rymanowski2014-11-101-1/+1
|
* android/handsfree: Add support for new API for key_pressed_cmd_cbAndrei Emeltchenko2014-11-061-0/+3
| | | | Key Pressed Command notification callback has new parameter bdaddr.
* android/handsfree: Add support for new API for unknown_at_cmd_cbAndrei Emeltchenko2014-11-061-0/+1
| | | | Unknown AT Command notification callback has new parameter bdaddr.
* android/handsfree: Add support for new API for clcc_cmd_cbAndrei Emeltchenko2014-11-061-0/+3
| | | | CLCC Command notification callback has new parameter bdaddr.
* android/handsfree: Add support for new API for cops_cmd_cbAndrei Emeltchenko2014-11-061-0/+3
| | | | COPS Command notification callback has new parameter bdaddr.
* android/handsfree: Add support for new API for cind_cmd_cbAndrei Emeltchenko2014-11-061-0/+3
| | | | | CIND Command notification callback has new parameter bdaddr. Currently use global device bdaddr.
* android/handsfree: Add support for new API for cnum_cmd_cbAndrei Emeltchenko2014-11-061-0/+3
| | | | | CNUM Command notification callback has new parameter bdaddr. Currently use global device bdaddr.
* android/handsfree: Add support for new API for chld_cmd_cbAndrei Emeltchenko2014-11-061-0/+1
| | | | CHLD Command notification callback has new parameter bdaddr.
* android/handsfree: Add support for new API for nrec_cmd_cbAndrei Emeltchenko2014-11-061-0/+1
| | | | NREC Command notification callback has new parameter bdaddr.
* android/handsfree: Add support for new API for handle_dtmfAndrei Emeltchenko2014-11-061-0/+1
| | | | DTMF Command notification callback has new parameter bdaddr.
* android/handsfree: Add support for new API for dial_call_cmd_cbAndrei Emeltchenko2014-11-061-0/+1
| | | | Dial Call Command notification callback has new parameter bdaddr.
* android/handsfree: Add support for new API for volume_cmd_cbAndrei Emeltchenko2014-11-061-0/+1
| | | | Volume Command notification callback has new parameter bdaddr.
* android/handsfree: Add support for new API for hangup_call_cmd_cbAndrei Emeltchenko2014-11-061-0/+3
| | | | | Hangup Call Command notification callback has new parameter bdaddr. Currently use global device bdaddr.
* android/handsfree: Add support for new API for handle_answerAndrei Emeltchenko2014-11-061-0/+3
| | | | | Answer Call Command notification callback has new parameter bdaddr. Currently use global device bdaddr.
* android/handsfree: Add support for new API for vr_cmd_cbAndrei Emeltchenko2014-11-061-0/+1
| | | | Voice Recognition Command notification callback has new parameter bdaddr.
* android/handsfree: Add support for new API for clcc_responseAndrei Emeltchenko2014-11-061-0/+1
| | | | clcc_response has new parameter bdaddr in new Android API.
* android/handsfree: Add support for new API for at_responseAndrei Emeltchenko2014-11-061-0/+1
| | | | at_response has new parameter bdaddr in new Android API.