summaryrefslogtreecommitdiff
path: root/src/adapter.h
Commit message (Expand)AuthorAgeFilesLines
* attrib-server: Initial steps towards multi-adapter GATT server supportSantiago Carot-Nemesio2011-12-301-0/+3
* Move name resolving control into hciopsJohan Hedberg2011-12-281-20/+6
* Clean up name resolving state handlingJohan Hedberg2011-12-231-2/+0
* Fix device address type trackingJohan Hedberg2011-12-231-3/+10
* Add initial hooks to pass confirm_name info aroundJohan Hedberg2011-12-191-3/+5
* Add EIR length parameter to eir_parse()Frédéric Danis2011-10-211-1/+1
* Add set auto connect in deviceClaudio Takahasi2011-10-051-0/+1
* Fix loop when setting adapter nameClaudio Takahasi2011-09-121-1/+2
* Remove not referenced functionClaudio Takahasi2011-09-121-1/+0
* Remove leftover function declarationClaudio Takahasi2011-09-121-1/+0
* Remove EnableLE option from the user-spaceClaudio Takahasi2011-08-221-1/+0
* Add pin-code hook to adapter APIDavid Herrmann2011-07-141-0/+9
* Add ability to block name changesBastien Nocera2011-06-281-0/+2
* Simplify "SetName" D-Bus callBastien Nocera2011-06-281-1/+1
* Cleanup: read_local_features callback is no longer usedAndre Guedes2011-06-171-1/+0
* Drop variable EIR lengthBruna Moreira2011-05-181-2/+2
* Unify inquiry results and advertisesClaudio Takahasi2011-05-181-5/+2
* Initial device found cleanupClaudio Takahasi2011-05-171-3/+1
* Remove unused DISC_* macrosAndre Guedes2011-05-151-7/+0
* Make adapter API accept binary pincodesDavid Herrmann2011-05-151-1/+1
* Add length argument to hci pincode replyDavid Herrmann2011-05-151-1/+2
* Remove advertise event type from adapter functionsClaudio Takahasi2011-05-051-3/+2
* Remove inquiry and scanning callbacks from btd_adapter_opsAndre Guedes2011-05-051-4/+0
* Remove obsolete code.Andre Guedes2011-05-051-3/+0
* Refactoring adapter_set_state()Andre Guedes2011-05-051-6/+4
* Add 'timeout' param to start_scanning callbackAndre Guedes2011-05-051-1/+1
* Add discovery callbacks to btd_adapter_opsAndre Guedes2011-05-051-0/+2
* Merge reminder of struct hci_dev into struct btd_adapterJohan Hedberg2011-04-201-6/+0
* Remove read_local_version() from struct btd_adapter_opsBruna Moreira2011-04-201-1/+0
* Move adapter name from struct hci_dev to struct btd_adapterBruna Moreira2011-04-201-1/+0
* Remove LMP/HCI version and manufacturer from struct hci_devBruna Moreira2011-04-201-4/+0
* Remove ssp_mode from struct hci_devBruna Moreira2011-04-201-3/+0
* Add initial support for Out of Band (OOB) association modelSzymon Janc2011-03-271-0/+12
* Remove unused scan_enable codeJohan Hedberg2011-02-151-3/+0
* Fix parsing of "Flags" AD typeAnderson Lizardo2011-02-151-1/+1
* Remove unneeded adapter_ops->request_authentication callbackJohan Hedberg2011-01-311-4/+0
* Refactor pairing code to match the management interfaceJohan Hedberg2011-01-281-4/+7
* mgmt: Add set_io_capability commandJohan Hedberg2011-01-251-0/+1
* Keep connection handle information inside adapter_opsJohan Hedberg2011-01-211-8/+6
* Use an unsigned integer for representing the PIN lengthJohan Hedberg2011-01-211-1/+1
* Update Class of Device handling to the latest management interfaceJohan Hedberg2011-01-161-1/+1
* mgmt: Implement set_pairableJohan Hedberg2010-12-301-0/+2
* Refactor handling of UUIDs with respect to adapter_opsJohan Hedberg2010-12-301-4/+2
* Remove unneeded set_connectable adapter_ops callbackJohan Hedberg2010-12-291-1/+0
* Fix leak of EIR data if RSSI does not changeAnderson Lizardo2010-12-281-3/+3
* Rename btd_adapter_get_state to btd_adapter_get_modeJohan Hedberg2010-12-281-1/+1
* Remove ancient NAME_SENT name resolution statusAnderson Lizardo2010-12-271-1/+0
* Change power_on & power_off adapter_ops callbacks to set_poweredJohan Hedberg2010-12-231-2/+1
* Remove le_advertising_info struct from adapter.cBruna Moreira2010-12-211-3/+3
* Move debug key handling into adapter_opsJohan Hedberg2010-12-201-1/+1