summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-31IPSP : Add new unit test cases for IPSPsubmit/tizen/20160809.064342accepted/tizen/wearable/20160809.232849accepted/tizen/tv/20160809.232636accepted/tizen/mobile/20160809.232821accepted/tizen/ivi/20160809.232754accepted/tizen/common/20160809.184102Taejin Woo5-46/+439
2016-07-13Modify the supported check logic from build time to run timeDoHyun Pyun17-323/+232
2016-07-13Replace TELEPHONY_DISABLE build option to TIZEN_HFP_DISABLEDoHyun Pyun2-12/+12
2016-07-04HID: Added new API to send RC key eventssubmit/tizen/20160704.015035accepted/tizen/wearable/20160705.003600accepted/tizen/tv/20160705.003621accepted/tizen/mobile/20160705.003539accepted/tizen/ivi/20160705.003641accepted/tizen/common/20160704.145416Atul Rai4-2/+101
2016-06-29Revert "Move passkey reply APIs to internal header"submit/tizen/20160629.092010accepted/tizen/wearable/20160630.003458accepted/tizen/tv/20160630.003419accepted/tizen/mobile/20160630.003440accepted/tizen/ivi/20160630.003514accepted/tizen/common/20160703.130107DoHyun Pyun4-81/+27
2016-06-29Move passkey reply APIs to internal headersubmit/tizen_common/20160701.180000DoHyun Pyun4-27/+81
2016-06-27Fix the coding style error - brace positionsubmit/tizen/20160627.044451accepted/tizen/wearable/20160628.014522accepted/tizen/tv/20160628.014503accepted/tizen/mobile/20160628.014535accepted/tizen/ivi/20160628.014452accepted/tizen/common/20160627.191956DoHyun Pyun1-2/+1
2016-06-24Add the init status check to "GATT server start"Hyuk Lee1-0/+5
2016-06-22Fix the some typing errors for bluetooth docsubmit/tizen/20160622.071203accepted/tizen/wearable/20160623.121535accepted/tizen/tv/20160623.121519accepted/tizen/mobile/20160623.121501accepted/tizen/ivi/20160623.121552accepted/tizen/common/20160623.154005Taejin Woo1-2/+2
2016-06-21Add the GATT support checksubmit/tizen/20160621.071537accepted/tizen/wearable/20160622.021638accepted/tizen/tv/20160622.021620accepted/tizen/mobile/20160622.021606accepted/tizen/ivi/20160622.021654accepted/tizen/common/20160621.184613Hyuk Lee1-0/+3
2016-06-21Remove BT disable flag for emulatorDoHyun Pyun1-4/+0
2016-06-20Sync header types between wearable and otherssubmit/tizen/20160620.064511submit/tizen/20160620.064330accepted/tizen/wearable/20160621.024411accepted/tizen/tv/20160621.024354accepted/tizen/mobile/20160621.024326accepted/tizen/ivi/20160621.024522accepted/tizen/common/20160620.163736Taejin Woo2-70/+205
2016-06-19Merge "Add CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE group" into tizensubmit/tizen/20160620.042720submit/submit/tizen/20160620.042720/20160620.042801Pyun DoHyun1-0/+87
2016-06-19Merge "Move HID APIs header related with HID device role into bluetooth." int...Pyun DoHyun11-367/+466
2016-06-19Merge "Add CAPI_NETWORK_BLUETOOTH_GATT_SERVER_MODULE group" into tizenPyun DoHyun1-0/+27
2016-06-17Move GATT Server APIs header to bluetooth.hHyuk Lee16-1986/+2168
2016-06-16Move HID APIs header related with HID device role into bluetooth.Taejin Woo11-367/+466
2016-06-16Add CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE groupTaejin Woo1-0/+87
2016-06-15Add disabling features for common profileTaejin Woo1-0/+6
2016-06-08Add AVRCP Control supporting function for UTCsubmit/tizen/20160608.051832accepted/tizen/wearable/20160609.090314accepted/tizen/tv/20160609.090325accepted/tizen/mobile/20160609.090258accepted/tizen/ivi/20160609.090334accepted/tizen/common/20160608.160313DoHyun Pyun2-20/+31
2016-06-07Disable supporting option of HID DEVICE APIs for wearable profilesubmit/submit/tizen/20160607.011620/20160607.011707Hyuk Lee1-3/+3
2016-06-03Disable supporting option of PBAP APIs except of wearble profileDoHyun Pyun1-0/+4
2016-05-31DPM: Handle Error code BLUETOOTH_ERROR_DEVICE_POLICY_RESTRICTION.submit/tizen/20160602.083956accepted/tizen/wearable/20160602.231114accepted/tizen/tv/20160602.231109accepted/tizen/mobile/20160602.231148accepted/tizen/ivi/20160602.231129accepted/tizen/common/20160603.150550h.sandeep2-0/+7
2016-05-31Add CAPI_NETWORK_BLUETOOTH_GATT_SERVER_MODULE groupHyuk Lee1-0/+27
2016-05-31Add missing client prefix in new pbap APIsubmit/tizen/20160531.005626accepted/tizen/wearable/20160602.022639accepted/tizen/tv/20160602.022456accepted/tizen/mobile/20160602.022938accepted/tizen/ivi/20160602.022714accepted/tizen/common/20160531.141952DoHyun Pyun1-1/+1
2016-05-30Fix the coding style errorsDoHyun Pyun8-41/+39
2016-05-27Add CAPI_NETWORK_BLUETOOTH_PBAP_MODULE groupsubmit/tizen/20160530.005331accepted/tizen/common/20160530.131907DoHyun Pyun1-0/+30
2016-05-27Add an error value for device policy restrictionDoHyun Pyun3-0/+3
2016-05-26Move PBAP client APIs header into bluetooth.hDoHyun Pyun8-577/+704
2016-05-26Move A2DP/AVRCP sink role APIs header to bluetooth.hHyuk Lee16-1882/+1808
2016-05-27Fix to check whether type is correct or notTaejin Woo1-3/+9
2016-05-24GATT-Server: Modify the "bt_gatt_server_send_response" API parameters.h.sandeep10-80/+87
2016-05-24GATT-Server: Enable Read/Write request Callbacks for Descriptor.h.sandeep4-19/+68
2016-05-24Fix the svace issuesubmit/tizen/20160524.012130accepted/tizen/wearable/20160524.095030accepted/tizen/tv/20160524.094800accepted/tizen/mobile/20160524.094833accepted/tizen/ivi/20160524.094958accepted/tizen/common/20160524.150435Hyuk Lee1-2/+2
2016-05-23Add the lcov-code temporarily for enhancing coverageTaejin Woo1-0/+2
2016-05-22Merge "DPM: Enable DPM APIs for all profiles." into tizensubmit/tizen/20160523.041954accepted/tizen/wearable/20160524.004212accepted/tizen/tv/20160524.004246accepted/tizen/mobile/20160524.004225accepted/tizen/ivi/20160524.004252accepted/tizen/common/20160524.150234Pyun DoHyun7-17/+1636
2016-05-20DPM: Enable DPM APIs for all profiles.h.sandeep7-17/+1636
2016-05-20API addition for getting Gatt permission of characteristic or descriptorHyuk Lee4-15/+81
2016-05-18API addition for destroying Gatt service, characteristic or descritor handleHyuk Lee4-0/+190
2016-05-10Modify the wearable bluetooth_type.h enum versionsubmit/tizen/20160510.062822accepted/tizen/wearable/20160512.045856accepted/tizen/tv/20160512.045944accepted/tizen/mobile/20160512.045914accepted/tizen/ivi/20160512.050006accepted/tizen/common/20160510.141403Hyuk Lee1-5/+5
2016-05-04DPM: Fix API naming conventionsubmit/tizen/20160504.035912accepted/tizen/wearable/20160504.114851accepted/tizen/tv/20160504.114519accepted/tizen/mobile/20160504.114614accepted/tizen/ivi/20160504.115109accepted/tizen/common/20160504.130649h.sandeep3-237/+237
2016-05-03DPM: Fix Build Errorssubmit/tizen/20160503.100744accepted/tizen/wearable/20160504.012022accepted/tizen/tv/20160504.011957accepted/tizen/mobile/20160504.011936accepted/tizen/ivi/20160504.012031h.sandeep4-4/+21
2016-05-03Modify the Wearable API versionsubmit/tizen/20160503.014314Hyuk Lee1-17/+17
2016-04-28DPM: Add dpm APIs and bt_unit_test test casesh.sandeep6-0/+2360
2016-04-27Fix the wearable emul build errorsubmit/tizen/20160427.064236accepted/tizen/wearable/20160428.002458accepted/tizen/tv/20160428.002303accepted/tizen/mobile/20160428.004507accepted/tizen/ivi/20160428.002413accepted/tizen/common/20160427.144039Hyuk Lee2-0/+8
2016-04-26Fix the Svace issuesubmit/tizen/20160426.063339accepted/tizen/common/20160426.143644Hyuk Lee1-0/+15
2016-04-18Enable PBAP client in wearable profilesubmit/tizen/20160426.005644submit/tizen/20160418.083741accepted/tizen/common/20160419.143034DoHyun Pyun1-7/+10
2016-04-18Change the "strcpy" to "strncpy"submit/tizen/20160418.062535Hyuk Lee1-17/+17
2016-04-18Apply the coding rule to src, test foldersubmit/tizen/20160418.054804accepted/tizen/common/20160418.141825Hyuk Lee14-427/+351
2016-04-17Merge "Remove unused TC / debian folder" into tizenDoHyun Pyun53-9406/+0