summaryrefslogtreecommitdiff
path: root/src/bluetooth.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-04bluetooth: Fix possible NULL pointer dereferenceSzymon Janc1-1/+1
2013-02-11agent: Add an extra parameter to the handover registration agent apiRavi kumar Veeramally1-2/+2
2013-02-11near: Rename struct name bt_data to carrier_dataRavi kumar Veeramally1-3/+3
2013-01-31bluetooth: Track adapter properties changesSzymon Janc1-0/+77
2013-01-31Add carrier power state to struct bt_dataSzymon Janc1-0/+5
2013-01-10types: Fix build error due to unaligned memory accessOlivier Guiter1-10/+1
2012-12-06bluetooth: Remove not needed forward declarationSzymon Janc1-2/+0
2012-12-06Fix coding style errors through the codeSzymon Janc1-22/+10
2012-11-20bluetooth: Always enable legacy BT when no HO agent is registeredSzymon Janc1-65/+16
2012-11-14bluetooth: Cosmetic fix for handover registration checkSamuel Ortiz1-1/+1
2012-11-14bluetooth: Use bluetooth implementation only for BlueZ 4Szymon Janc1-43/+144
2012-11-14bluetooth: Use struct bt_data in near_ndef_prepare_handover_recordSzymon Janc1-34/+31
2012-11-14bluetooth: Move name at the end of EIRSzymon Janc1-36/+34
2012-11-14bluetooth: Make __near_bluetooth_parse_oob_record use struct bt_dataSzymon Janc1-6/+6
2012-10-24bluetooth: Extend mime_type with bluetooth propertiesOlivier Guiter1-10/+30
2012-10-12bluetooth: Do not use near_info for displaying successful pairing stringSamuel Ortiz1-1/+1
2012-09-13bluetooth: Fix OOB alignement issueSamuel Ortiz1-1/+10
2012-09-13bluetooth: Support malformed oob recordOlivier Guiter1-2/+12
2012-09-07bluetooth: Fix default adapter checkOlivier Guiter1-1/+1
2012-08-14bluetooth: Fix EIR parsingSzymon Janc1-29/+33
2012-06-20bluetooth: Check for OOB pointers to be NULL before freeing themSamuel Ortiz1-5/+26
2012-05-14bluetooth: Complete get_properties parsingOlivier Guiter1-7/+157
2012-05-14bluetooth: Add pairing flag on parsingOlivier Guiter1-18/+25
2012-05-14bluetooth: Add synchronous local oob data readOlivier Guiter1-0/+78
2012-05-14bluetooth: Fix EIR parsing routineOlivier Guiter1-21/+42
2012-05-14bluetooth: Store default BT adapter propertiesOlivier Guiter1-0/+74
2012-05-14bluetooth: Add handlers to track adapters changesOlivier Guiter1-9/+160
2012-01-18bluetooth: Use the right terminology for Bluetooth addressesSamuel Ortiz1-8/+8
2012-01-18bluetooth: Remove unused codeSamuel Ortiz1-3/+0
2012-01-18bluetooth: Add Bluetooth Secure Simple Pairing supportOlivier Guiter1-0/+520