Bug#943779: Bluez GATT server (peripheral) secure characteristic read/write not working

2019-10-29 Thread Rohit PAI
VICE0_NAME.c_str()); } else if (property == "Flags") { ret = sd_bus_message_append(reply, "as", 3, "write-without-response", "secure-write", "secure-read"); } else { ret = sd_bus_error_set(error, SD_BUS_ERROR_UNKNOWN_PROPERTY, "&qu

Bug#942849: Bluez Service Crash just after Register Advertisement

2019-10-22 Thread Rohit PAI
Package: Bluez Version: 5.48 I am writing an application which communicates to Bluez over dbus APIs. I have a wilink 8 bluetooth 4.2 Low energy chip on my board. I am using example-advertisement and exmaple-gatt-server from test folder of the project as a reference to write my applicaiton. Wh