summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-07-13Don't call the write request callback in descriptorsubmit/tizen_5.5_wearable_hotfix/20201026.184302submit/tizen_5.5/20200713.015132accepted/tizen/5.5/unified/wearable/hotfix/20201027.121800accepted/tizen/5.5/unified/20200713.021945tizen_5.5_wearable_hotfixaccepted/tizen_5.5_unified_wearable_hotfixDoHyun Pyun1-1/+0
2020-03-26Add the Rx / Tx / idle time in the battery monitorDoHyun Pyun1-2/+6
2020-03-25Add the coverage exception codeDoHyun Pyun5-83/+85
2020-03-17Support 128 bit uuid's service data in the scan resultsubmit/tizen/20200323.004911DoHyun Pyun1-2/+22
2020-03-12Merge "Separate AVRCP callbacks for target & control" into tizenPyun DoHyun2-7/+7
2020-03-12Separate AVRCP callbacks for target & controlDeokhyun Kim2-7/+7
2020-03-05Enable speaker and microphone gain change eventsubmit/tizen/20200310.235006accepted/tizen/unified/20200312.234409DoHyun Pyun1-0/+15
2020-02-24Fix the crash in the MTU changed eventsubmit/tizen/20200302.000010submit/tizen/20200226.220348accepted/tizen/unified/20200302.125819DoHyun Pyun1-2/+21
2020-02-19Fix the code for AVC modesubmit/tizen/20200220.012925DoHyun Pyun1-1/+1
2020-02-17Merge "Fix: gatt write completed callback is not invoked" into tizensubmit/tizen/20200217.053214Pyun DoHyun1-0/+4
2020-02-17Fix: gatt write completed callback is not invokedinjun.yang1-0/+4
2020-02-17Add interfaces for BT AVC feature (AVRCP Target)DoHyun Pyun2-0/+108
2020-02-14Merge "Resolve coverty issue alloc free mismatch" into tizenPyun DoHyun1-1/+1
2020-02-13Resolve coverty issue alloc free mismatchSudipto1-1/+1
2020-02-13Fix coverity issue: Incorrect deallocator usedhimanshu1-1/+1
2020-02-07Merge changes Ib8d9db7a,I7b1ea4af,If771281f,I27ca2b3b into tizensubmit/tizen/20200207.062602accepted/tizen/unified/20200210.131844Pyun DoHyun2-14/+57
2020-02-07Add service added event handling logicWootak Jung1-4/+3
2020-02-07Add service removed event handling logicWootak Jung2-2/+25
2020-02-07Add service update logic in service removed caseWootak Jung1-11/+14
2020-02-07Modify GATT Service changed event handling logicWootak Jung1-3/+21
2020-02-07Fix wront memory references and leaksSemun Lee2-0/+5
2020-02-04Code clean upinjun.yang4-96/+14
2020-01-29Fix integer underflow for signed/unsigned conversionSemun Lee1-23/+30
2019-12-27Fix BT_ERR log msg and strncpy build errorsubmit/tizen/20191230.003618accepted/tizen/unified/20200101.120617Amit Purwar1-4/+4
2019-12-23Get RSSI when link loss occursDeokhyun Kim2-1/+23
2019-12-12Apply caching for bluetooth feature checksubmit/tizen/20191212.044134accepted/tizen/unified/20191213.042503Kim Dukwoo1-0/+46
2019-11-26Fix the crash issue to parse the device namesubmit/tizen/20191127.050440accepted/tizen/unified/20191128.001540DoHyun Pyun1-0/+6
2019-11-21Add time member to app info structure for battery monitor pluginSudipto Bal1-1/+1
2019-11-19Enable battery monitor BT plugin to be initialized without callbacksubmit/tizen/20191120.081904accepted/tizen/unified/20191121.154831Sudipto Bal1-2/+3
2019-11-15Scan filter refactoringDeokhyun Kim1-50/+85
2019-11-02Add API to check if the scan filter feature is supportedsubmit/tizen/20191112.045846accepted/tizen/unified/20191112.125158himanshu1-0/+21
2019-10-25Fix scan device found callback unset issuesubmit/tizen/20191031.005137accepted/tizen/unified/20191101.042108Wootak Jung1-6/+6
2019-10-23Merge "Provide methods to initialize and deinitialize battery monitor feature...Pyun DoHyun2-1/+39
2019-10-23Provide methods to initialize and deinitialize battery monitorSudipto2-1/+39
2019-10-14Add the coverage exception code for new internal APIsDoHyun Pyun2-0/+6
2019-10-10Get GATT specification Name from UUIDAnupam Roy1-0/+21
2019-09-25Merge "App wise data transaction details" into tizentizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185102submit/tizen_5.5/20191031.000002submit/tizen/20191007.001051accepted/tizen/unified/20191007.234831accepted/tizen/5.5/unified/mobile/hotfix/20201027.065921accepted/tizen/5.5/unified/20191031.031538tizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfixPyun DoHyun1-0/+14
2019-09-24App wise data transaction detailsSudipto1-0/+14
2019-09-16Merge "Implement MTU changed callback for GATT server" into tizensubmit/tizen/20190916.233704accepted/tizen/unified/20190918.010254Pyun DoHyun2-1/+79
2019-09-16Merge "Implement new API to get le oob data" into tizenPyun DoHyun1-1/+68
2019-09-16Merge "Providing bluetooth data to battery monitor framework" into tizenPyun DoHyun1-0/+27
2019-09-16Providing bluetooth data to battery monitor frameworkSudipto1-0/+27
2019-09-16Implement MTU changed callback for GATT serverinjun.yang2-1/+79
2019-09-16Implement new API to get le oob datainjun.yang1-1/+68
2019-09-16New API to set LE scan typeinjun.yang1-0/+17
2019-09-09Invalid param handling in bt_device_le_conn_update()Deokhyun Kim1-1/+4
2019-08-23bug fix - memory over flowsubmit/tizen/20190826.003214accepted/tizen/unified/20190826.113246milk.lee1-12/+23
2019-07-30Implement interface to set advertise Tx power levelsubmit/tizen/20190730.223540accepted/tizen/unified/20190801.025403injun.yang1-0/+26
2019-06-11Add the public API to get the remote client's MTU valuesubmit/tizen/20190611.064259accepted/tizen/unified/20190612.111707DoHyun Pyun1-0/+25
2019-06-03Support for internal API for bonding with incoming parameterSudipto Bal2-22/+77