Take BLE Advertising Interval min & max parameters in 0.625ms unit 15/247215/1 accepted/tizen/unified/20201111.124819 submit/tizen/20201109.212850
authorAyush Garg <ayush.garg@samsung.com>
Sat, 7 Nov 2020 06:44:42 +0000 (12:14 +0530)
committerAyush Garg <ayush.garg@samsung.com>
Sat, 7 Nov 2020 06:44:42 +0000 (12:14 +0530)
commit0ae142f3b1c1c52cfeb5f0d83590d776a12da3c9
tree46f32dcff4d2a8ec2c17d9af37330fa061f060a6
parent7750a92c80c0f35db7ce500828742a3c2b8fb60a
Take BLE Advertising Interval min & max parameters in 0.625ms unit

Till now, the Ble advertsing interval min and max values were taken in the ms unit.
According to specs, the actual time value can be in decimal (ex: 28.125ms) but such cases are not properly handled currently.
So these changes will allow to take input in 0.625ms units.

Change-Id: Ia052cdc456aae067a6a453eac0a3780b9c59e9fd
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
bt-oal/bluez_hal/src/bt-hal-adapter-le.c
bt-service/services/bt-request-handler.c
include/bluetooth-api.h
test/le-adv/bluetooth-advertising-test.c [changed mode: 0755->0644]