BLE Heart Rate Profile - Sensor Implementation 11/185811/20
authorAbhishek Chandra <abhishek.ch@samsung.com>
Thu, 2 Aug 2018 12:38:45 +0000 (18:08 +0530)
committerAbhishek Chandra <abhishek.ch@samsung.com>
Tue, 28 Aug 2018 11:56:31 +0000 (11:56 +0000)
commit36735bd5d5bb28ddcdff74b3d4c50a39aeaef7be
treeb1894075cfd73b0de6ac08c3063d22fb0b3edc96
parent9cd17ea62c56a05c967f34e3431a45b9afddb30e
BLE Heart Rate Profile - Sensor Implementation

BLE heartrate profile sensor implementation in
bluetooth is added ,following CAPI are added :
 - bt_hrp_set_heartrate_value
 - bt_hrp_set_location_value
 - bt_hrp_set_energy_value
 - bt_hrp_set_rr_interval
 - bt_hrp_set_contact_value
 - bt_hrp_set_device_manufacturer_name
 - bt_hrp_set_interval
 - bt_hrp_set_sensor_notification_state_change_cb
 - bt_hrp_set_sensor_send_notification_state_changed_cb
 - bt_hrp_set_sensor_read_value_cb
 - bt_hrp_set_sensor_write_value_cb
 - bt_hrp_sensor_create
 - bt_hrp_sensor_start
 - bt_hrp_sensor_stop
 - bt_hrp_sensor_update_heartrate_value
 - bt_hrp_sensor_destroy

Change-Id: Ia1cc6de29f147ba3b2827c5b6cd0bf3334392e60
Signed-off-by: Abhishek Chandra <abhishek.ch@samsung.com>
CMakeLists.txt
include/bluetooth_internal.h
include/bluetooth_private.h
include/bluetooth_type.h
include/bluetooth_type_internal.h
src/bluetooth-common.c
src/bluetooth-hrp.c [new file with mode: 0644]
test/bt_unit_test.c
test/bt_unit_test.h