aboutsummaryrefslogtreecommitdiff
path: root/src/adapter.c
AgeCommit message (Expand)Author
2011-07-26Fix Bluetooth HS AG SDP record.jhtop.kim
2011-05-25Fix setting of mode after discovery times out.Jaikumar Ganesh
2011-05-25Fix authentication problem due to deleted link keyJaikumar Ganesh
2011-05-25Add DBus calls to Adapter for adding SDP records.Jaikumar Ganesh
2011-05-25Add an API to set the link timeout.Jaikumar Ganesh
2011-05-25Add DBUS interfaces AddRfcommServiceRecord() and RemoveServiceRecord().Nick Pelly
2011-05-25Add Android system properties to set the device name, set sampling frequency.Jaikumar Ganesh
2011-05-18Drop variable EIR lengthBruna Moreira
2011-05-18Replace EIR_DATA_LENGTH with HCI_MAX_EIR_LENGTHBruna Moreira
2011-05-18Cleanup inserting new device found entryClaudio Takahasi
2011-05-18Change the order to write/read the remote's nameClaudio Takahasi
2011-05-18Fix memory leak of EIR dataClaudio Takahasi
2011-05-18Unify inquiry results and advertisesClaudio Takahasi
2011-05-18Don't resolve name if the name is in the storageClaudio Takahasi
2011-05-18Cleanup read name and alias from storageClaudio Takahasi
2011-05-18Move legacy verification to a new functionClaudio Takahasi
2011-05-17Initial device found cleanupClaudio Takahasi
2011-05-15Make adapter API accept binary pincodesDavid Herrmann
2011-05-15Add length argument to hci pincode replyDavid Herrmann
2011-05-15Remove unused discoverable variables from adapter codeSzymon Janc
2011-05-15Simplify condition check in adapter_get_agentSzymon Janc
2011-05-15Remove redundant local copy of GSlist* from functionsSzymon Janc
2011-05-05Remove flags2type() functionAnderson Lizardo
2011-05-05Remove advertise event type from adapter functionsClaudio Takahasi
2011-05-05Remove connectable checking when creating a deviceClaudio Takahasi
2011-05-05Remove unused variableClaudio Takahasi
2011-05-05Remove obsolete code.Andre Guedes
2011-05-05Remove 'suspend' param from stop_discovery()Andre Guedes
2011-05-05Refactoring adapter_set_state()Andre Guedes
2011-05-05Add 'timeout' param to start_scanning callbackAndre Guedes
2011-05-05Replace inquiry/scanning calls by discovery callsAndre Guedes
2011-04-26Clean up ATT CID & PSM magic values & definititionsJohan Hedberg
2011-04-20Merge reminder of struct hci_dev into struct btd_adapterJohan Hedberg
2011-04-20Cleanup: remove unused structureClaudio Takahasi
2011-04-20Move adapter name from struct hci_dev to struct btd_adapterBruna Moreira
2011-04-20Remove LMP/HCI version and manufacturer from struct hci_devBruna Moreira
2011-04-20Remove ssp_mode from struct hci_devBruna Moreira
2011-04-17Only do LE discovery if EnableLE is true in main.confJohan Hedberg
2011-04-14Fix primary services registration from storage for basic rateClaudio Takahasi
2011-04-14Fix LE device creation from storageClaudio Takahasi
2011-04-14Fix device type when creating from primary services storageClaudio Takahasi
2011-04-14Cleanup primary service registration from storageClaudio Takahasi
2011-03-31Fix discovery callback usageJohan Hedberg
2011-03-30Add constant for interleaved discovery windowClaudio Takahasi
2011-03-30Improve the logic when emitting Discovering signalClaudio Takahasi
2011-03-30Add support for re-using the attrib channelVinicius Costa Gomes
2011-03-30Remove _init and _exit methods from Attrib clientVinicius Costa Gomes
2011-03-30Register Attrib interface when loading device from storageVinicius Costa Gomes
2011-03-29Fix missing Discovering signal when scanningClaudio Takahasi
2011-03-29Don't disable LE scan when started by external toolsClaudio Takahasi