Hi, Changes from last version (from review comments): - Better error handling when using GDBusProxy; - Fixed some indentation issues; - Proper use of the ofono_modem functionality to keep associated data; - Simplifications that these changes allowed; Cheers, Vinicius Costa Gomes (10): hfp_hf_bluez5: Initial GDBusClient for BlueZ hfp_hf_bluez5: Add GDBusProxy for Bluetooth devices hfp_hf_bluez5: Register modem for HFP AG capable devices hfp_hf_bluez5: Keep track of changes of devices Aliases hfp_hf_bluez5: Handle NewConnection from BlueZ hfpmodem: Add dynamic hfp_slc_info allocation hfpmodem: Implement hfp_slc_info_free() hfp_hf_bluez4: Use hfp_slc_info_free() phonesim: Use hfp_slc_info_free() hfp_hf_bluez5: Add SLC establishment procedure drivers/hfpmodem/slc.c | 19 ++- drivers/hfpmodem/slc.h | 3 +- plugins/bluez5.h | 5 +- plugins/hfp_hf_bluez4.c | 37 ++--- plugins/hfp_hf_bluez5.c | 375 +++++++++++++++++++++++++++++++++++++++++++++++- plugins/phonesim.c | 10 +- 6 files changed, 416 insertions(+), 33 deletions(-) -- 1.8.1.1