summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Merge "[datacontrol] Fix synchronisation issue" into tizentizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114802submit/tizen_6.0_hotfix/20201102.192502submit/tizen_6.0/20201029.205102submit/tizen/20201020.095518accepted/tizen/unified/20201020.101858accepted/tizen/6.0/unified/hotfix/20201103.051525accepted/tizen/6.0/unified/hotfix/20201103.004423accepted/tizen/6.0/unified/20201030.122119tizen_6.0_hotfixaccepted/tizen_6.0_unified_hotfixPiotr Kosko1-1/+25
2020-10-20[Utils] Remove invalid lineRafal Walczyna1-1/+0
2020-10-19[datacontrol] Fix synchronisation issuek2.nagaraju1-1/+25
2020-10-05[Mediacontroller] Added refreshing the list of handlessubmit/tizen/20201006.121826accepted/tizen/unified/20201007.090611Piotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics7-119/+295
2020-10-02[Bluetooth][bugfix] Call success callbacks in registerService()submit/tizen/20201005.050422Pawel Wasowski1-0/+6
2020-10-02Merge branch tizen_5.5 into tizenPiotr Kosko2-0/+3
2020-10-02Merge branch 'tizen_5.0' into tizen_5.5Piotr Kosko2-0/+3
2020-10-02Merge branch 'tizen_4.0' into tizen_5.0Piotr Kosko2-2/+10
2020-10-02Merge branch 'tizen_3.0' into tizen_4.0Piotr Kosko2-4/+16
2020-10-02[version] 2.45Piotr Kosko1-1/+1
2020-10-02[Common] Fixed possible memory leakPiotr Kosko2-4/+16
2020-10-02[version] 2.75Piotr Kosko1-1/+1
2020-10-02[Bluetooth] Fixed code formattingPiotr Kosko6-56/+62
2020-10-02[Common] Applied some modifications from vd_forkPiotr Kosko24-175/+242
2020-09-23Merge "[Bluetooth] Add callbacks registering to GATTServer::registerService" ...submit/tizen/20200923.101308accepted/tizen/unified/20200923.142546Piotr Kosko1-7/+313
2020-09-23[Bluetooth] Add callbacks registering to GATTServer::registerServiceRafal Walczyna1-7/+313
2020-09-23Merge branch 'tizen_5.5' into tizenPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics3-3/+6
2020-09-23Merge branch 'tizen_5.0' into tizen_5.5Piotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics2-2/+2
2020-09-23Merge branch 'tizen_4.0' into tizen_5.0Piotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics2-2/+2
2020-09-23[version] 2.44Piotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics1-1/+1
2020-09-23[Humanactivitymonitor] Fixed wrong behaviour of isGestureSupported()Piotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics1-1/+1
2020-09-22[Bluetooth] Prevent crash in BLE advertisingPawel Wasowski1-0/+7
2020-09-21[Bluetooth] Stop server after unregistering last serviceRafal Walczyna3-0/+15
2020-09-21Implement BluetoothGATTServer::unregisterAllServices()Dawid Juszczak1-28/+159
2020-09-21[Bluetooth] Reregister read/write value request callbacks on server startPawel Wasowski2-18/+120
2020-09-21Merge "[Bluetooth] Clear all GATT data after unregistering all services" into...Piotr Kosko3-0/+12
2020-09-21[Bluetooth] Clear all GATT data after unregistering all servicesPawel Wasowski3-0/+12
2020-09-21Merge "[Bluetooth] Bugfix: prevent memory leak" into tizenPiotr Kosko1-0/+2
2020-09-21Merge "[Bluetooth] Remove redundant Destroy* functions" into tizenPiotr Kosko3-60/+5
2020-09-21[Bluetooth] Bugfix: prevent memory leakPawel Wasowski1-0/+2
2020-09-21[Bluetooth] Remove redundant Destroy* functionsPawel Wasowski3-60/+5
2020-09-18Merge branch 'tizen_5.0' into tizen_5.5Piotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics7-12/+310
2020-09-18Merge branch 'tizen_4.0' into tizen_5.0Piotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics7-12/+311
2020-09-18Merge "[Bluetooth] Add bluetooth power off listener for GATTServer" into tizensubmit/tizen/20200918.124009accepted/tizen/unified/20200921.042427Piotr Kosko7-6/+95
2020-09-18Merge branch 'tizen_3.0' into tizen_4.0Piotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics7-12/+311
2020-09-18[version] 2.43Piotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics1-1/+1
2020-09-18[Bluetooth][Pre-6.0] Fix BluetoothLEDevice::getServiceAllUuids()Pawel Wasowski6-11/+310
2020-09-18[Bluetooth] Add bluetooth power off listener for GATTServerRafal Walczyna7-8/+97
2020-09-18[Bluetooth] Implement BluetoothGATTServerCharacteristic::notifyAboutValueChan...Dawid Juszczak7-7/+255
2020-09-18[Spec] Fixing conditional statement while generate rpmLukasz Bardeli1-5/+5
2020-09-18[Spec] Fixing conditional statement while generate rpmLukasz Bardeli1-5/+5
2020-09-16[Bluetooth] Make error message more precisePawel Wasowski1-1/+1
2020-09-16[Bluetooth] Change default error used by server's getConnectionMtu()Pawel Wasowski1-5/+5
2020-09-18Merge "[Bluetooth] Added servicesData to BluetoothLEAdvertiseData" into tizenLukasz Bardeli2-16/+57
2020-09-18[Bluetooth] Added servicesData to BluetoothLEAdvertiseDataPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics2-16/+57
2020-09-17Add BluetoothGATTServer::isRunning implementationRafal Walczyna3-7/+43
2020-09-16Merge "[Bluetooth] Fix writeValue method from BluetoothGATT" into tizenPiotr Kosko1-51/+71
2020-09-16[Bluetooth] Implement BluetoothGATTServer{Characteristic|Descriptor}::setWrit...Arkadiusz Pietraszek7-7/+239
2020-09-16[Bluetooth] Implement BluetoothGATTServerDescriptor::setReadValueRequestCallb...Pawel Wasowski1-6/+8
2020-09-15[Bluetooth][Bugfix] Copy value we don't own before passing to a workerPawel Wasowski1-2/+6