summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 5.115.11Marcel Holtmann2013-11-152-1/+13
* build: Update library versionMarcel Holtmann2013-11-151-1/+1
* lib: Update company identifiersMarcel Holtmann2013-11-151-0/+36
* android: Change TODO with explaining commentLukasz Rymanowski2013-11-151-1/+4
* android: Update bond state on auth and connect failedLukasz Rymanowski2013-11-151-22/+35
* android: Cache device name on device list.Lukasz Rymanowski2013-11-151-10/+59
* android: Update bond state on incoming bondingLukasz Rymanowski2013-11-151-14/+83
* android: Fix not storing adapter index in index added eventSzymon Janc2013-11-151-0/+2
* android/hal-ipc: Add pan notification call to hal-ipc dispatch handlerRavi kumar Veeramally2013-11-151-0/+3
* android/pan: Fix wrong HAL service idRavi kumar Veeramally2013-11-151-1/+1
* android/a2dp: Add implementation of SDP recordLuiz Augusto von Dentz2013-11-141-0/+82
* android/build: Remove unnecessary mentions of source files in EXTRA_DISTJohan Hedberg2013-11-141-44/+1
* android/build: Add missing header files to android_haltest_SOURCESJohan Hedberg2013-11-141-0/+4
* android: Rename bluetooth service functions to match service nameSzymon Janc2013-11-143-27/+28
* android: Rename adapter.c to bluetooth.cSzymon Janc2013-11-145-9/+9
* android: Remove not needed bt_adapter_get_address functionSzymon Janc2013-11-142-7/+0
* android: Report adapter address in adapter_ready callbackSzymon Janc2013-11-143-14/+17
* android/hidhost: Use adapter address provided on registerSzymon Janc2013-11-141-11/+10
* android: Don't use static pointer for storing adapter_ready callbackSzymon Janc2013-11-141-19/+21
* android: Move adapter initialization to adapter.cSzymon Janc2013-11-143-262/+240
* android: Make adapter staticSzymon Janc2013-11-141-155/+152
* core: Do not change service state in btd_service_connect if it failsLuiz Augusto von Dentz2013-11-141-5/+3
* android/a2dp: Add initial implementation of HAL_OP_A2DP_DISCONNECTLuiz Augusto von Dentz2013-11-141-2/+23
* android/a2dp: Add initial implementation of HAL_OP_A2DP_CONNECTLuiz Augusto von Dentz2013-11-141-18/+70
* android/a2dp: Add initial implementation of socket handlingLuiz Augusto von Dentz2013-11-141-0/+132
* android/hal-a2dp: Add defines for possible connection statesLuiz Augusto von Dentz2013-11-141-0/+5
* android/hal-a2dp: Add implemention of .cleanupLuiz Augusto von Dentz2013-11-141-2/+7
* android/hal-a2dp: Add implemention of .initLuiz Augusto von Dentz2013-11-141-2/+5
* android/hal-a2dp: Use conn_state instead of connection_stateLuiz Augusto von Dentz2013-11-142-7/+7
* android/debug: Move debug functions to hal-utils.cAndrei Emeltchenko2013-11-1414-429/+379
* android: Core service should be always registeredSzymon Janc2013-11-131-0/+3
* android: Shutdown if IPC command for unregistered service is receivedSzymon Janc2013-11-131-0/+7
* audio/A2DP: Return -ENOPROTOOPT if record doesn't existLuiz Augusto von Dentz2013-11-131-0/+24
* android/hidhost: Use correct error structureAndrei Emeltchenko2013-11-131-2/+2
* android/hidhost: Fix memory leakAndrei Emeltchenko2013-11-131-0/+1
* android/pan: Handle connection and control state notificationsRavi kumar Veeramally2013-11-131-0/+31
* android/pan: Add notify method to PAN notificationsRavi kumar Veeramally2013-11-132-0/+7
* android: Fix opcode parameter type from uint16_t to uint8_tRavi kumar Veeramally2013-11-134-6/+6
* android/hidhost: Set info request from HAL is not supportedRavi kumar Veeramally2013-11-131-2/+6
* android/hidhost: Remove deprecated idle opcode from ipc documentRavi kumar Veeramally2013-11-132-10/+4
* android/hidhost: Handle uhid output and feature eventsRavi kumar Veeramally2013-11-131-1/+24
* android/pan: Add PAN cleanup interface implementationRavi kumar Veeramally2013-11-121-3/+6
* android/pan: Add PAN related defines and event struct to hsl-msg headerRavi kumar Veeramally2013-11-121-0/+44
* android: Register DeviceID record when adapter is initializedSzymon Janc2013-11-121-4/+16
* android: Add support for getting UUIDs propertyMarcin Kraglak2013-11-121-8/+47
* android: Clear adapter uuids during initializationMarcin Kraglak2013-11-121-0/+13
* android: Remove not needed includeSzymon Janc2013-11-121-1/+0
* android: Add and remove sdp records and uuidsMarcin Kraglak2013-11-122-0/+116
* core: Do not attempt to connect if adapter is not poweredLuiz Augusto von Dentz2013-11-121-2/+12
* android/hidhost: Fix error handling issue incase of G_IO_HUPRavi kumar Veeramally2013-11-121-9/+12