aboutsummaryrefslogtreecommitdiffstats
path: root/binding/bluetooth-api.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Rework adapter detection logicneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.113.93.012.93.012.92.012.91.012.90.1Scott Murray1-21/+35
2021-04-07Fixing pincode problemmarlin_12.90.0marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.012.90.011.92.011.91.0Saman Mahmoodi1-0/+2
2021-03-01Fix potential memory leakLi Xiaoming1-1/+4
2021-02-02Fixing double free memorysaman1-4/+1
2021-01-05More attention to bluez player propertieskoi_10.93.0koi_10.92.0koi/10.93.0koi/10.92.010.93.010.92.0saman1-2/+10
2020-10-19select adapter from bluez listRaquel Medina1-10/+27
2020-10-06Adding pairing request with authentication as "RequestPinCode"saman1-1/+25
2020-09-26Improve default_adapter verb performanceLi, Xiaoming1-18/+17
2020-09-21create persistence binding entry for default adapterRaquel Medina1-1/+5
2020-09-14Fix build warning of -WconversionLi, Xiaoming1-1/+1
2020-07-22Switch to refcounted allocation for init datajellyfish_9.99.2jellyfish/9.99.29.99.2Scott Murray1-7/+18
2020-07-13fix segfaults due to races & missing adapterRaquel Medina1-14/+57
2020-07-13distinguish between no controller and no bluez serviceRaquel Medina1-2/+6
2020-07-09unregister agent if previously registeredRaquel Medina1-1/+2
2020-07-08force init completion if no controllerRaquel Medina1-8/+35
2020-02-17binding: bluetooth: remove unused version verbMatt Ranostay1-14/+0
2019-05-06binding: bluetooth: use BLUEZ_AT_DEVICE for call_work_create()halibut_7.99.1halibut/7.99.17.99.1Matt Ranostay1-2/+2
2019-05-05binding: bluetooth: add missing g_variant_unref() on repliesMatt Ranostay1-0/+1
2019-04-28binding: bluetooth: use BLUEZ_AT_DEVICE macroMatt Ranostay1-5/+5
2019-04-05binding: bluetooth: remove versioning references in structsMatt Ranostay1-2/+2
2019-04-02binding: bluetooth: add changed action for adapter_changes eventMatt Ranostay1-13/+10
2019-03-27binding: bluetooth: allow multiple paths for org.bluez.MediaPlayer1 interfacesMatt Ranostay1-3/+7
2019-02-25binding: bluetooth: add adapter_changes eventMatt Ranostay1-3/+23
2019-02-14binding: bluetooth: fix segfault when no adapters are connectedMatt Ranostay1-0/+4
2019-01-14binding: bluetooth: replace rfkill code with network servicehalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy/6.99.47.90.06.99.4Matt Ranostay1-2/+11
2019-01-02binding: bluetooth: add Transport parameter to discovery filterMatt Ranostay1-12/+25
2018-12-10binding: bluetooth: add MediaTransport1 supportMatt Ranostay1-13/+62
2018-12-07binding: bluetooth: add default_adapter verbMatt Ranostay1-3/+38
2018-12-07binding: bluetooth: add connect/disconnect actions to avrcp_controlsMatt Ranostay1-1/+26
2018-11-14binding: bluetooth: add MediaPlayer1 interface media eventsguppy_6.99.2guppy_6.99.1guppy/6.99.2guppy/6.99.16.99.26.99.1Matt Ranostay1-14/+98
2018-11-12binding: bluetooth: add new avrcp controls verbMatt Ranostay1-0/+43
2018-11-12binding: bluetooth: add autoconnect featureMatt Ranostay1-0/+2
2018-11-12binding: bluetooth: add power adapter change eventsMatt Ranostay1-0/+12
2018-11-12binding: bluetooth: change api name to old case sensitive formatMatt Ranostay1-1/+1
2018-11-12binding: bluetooth: add initial discovery filter supportMatt Ranostay1-1/+35
2018-11-12binding: bluetooth: add BLUEZ_DEFAULT_ADAPTERMatt Ranostay1-14/+5
2018-11-12binding: bluetooth: add return_bluez_path functionMatt Ranostay1-21/+34
2018-11-12binding: bluetooth: add check to be sure GError has been setMatt Ranostay1-4/+4
2018-11-12binding: bluetooth: return adapter/device versus bluez pathMatt Ranostay1-6/+5
2018-11-12binding: bluetooth: don't send empty PropertiesChanged messagesMatt Ranostay1-1/+11
2018-11-12binding: bluetooth: add version verbMatt Ranostay1-0/+14
2018-11-12binding: bluetooth: initial commit of binding rewriteMatt Ranostay1-0/+1034