aboutsummaryrefslogtreecommitdiff
path: root/src/adapter.h
AgeCommit message (Expand)Author
2011-05-25Fix authentication problem due to deleted link keyJaikumar Ganesh
2011-05-25Add an API to set the link timeout.Jaikumar Ganesh
2011-05-18Drop variable EIR lengthBruna Moreira
2011-05-18Unify inquiry results and advertisesClaudio Takahasi
2011-05-17Initial device found cleanupClaudio Takahasi
2011-05-15Remove unused DISC_* macrosAndre Guedes
2011-05-15Make adapter API accept binary pincodesDavid Herrmann
2011-05-15Add length argument to hci pincode replyDavid Herrmann
2011-05-05Remove advertise event type from adapter functionsClaudio Takahasi
2011-05-05Remove inquiry and scanning callbacks from btd_adapter_opsAndre Guedes
2011-05-05Remove obsolete code.Andre Guedes
2011-05-05Refactoring adapter_set_state()Andre Guedes
2011-05-05Add 'timeout' param to start_scanning callbackAndre Guedes
2011-05-05Add discovery callbacks to btd_adapter_opsAndre Guedes
2011-04-20Merge reminder of struct hci_dev into struct btd_adapterJohan Hedberg
2011-04-20Remove read_local_version() from struct btd_adapter_opsBruna Moreira
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-03-27Add initial support for Out of Band (OOB) association modelSzymon Janc
2011-02-15Remove unused scan_enable codeJohan Hedberg
2011-02-15Fix parsing of "Flags" AD typeAnderson Lizardo
2011-01-31Remove unneeded adapter_ops->request_authentication callbackJohan Hedberg
2011-01-28Refactor pairing code to match the management interfaceJohan Hedberg
2011-01-25mgmt: Add set_io_capability commandJohan Hedberg
2011-01-21Keep connection handle information inside adapter_opsJohan Hedberg
2011-01-21Use an unsigned integer for representing the PIN lengthJohan Hedberg
2011-01-16Update Class of Device handling to the latest management interfaceJohan Hedberg
2010-12-30mgmt: Implement set_pairableJohan Hedberg
2010-12-30Refactor handling of UUIDs with respect to adapter_opsJohan Hedberg
2010-12-29Remove unneeded set_connectable adapter_ops callbackJohan Hedberg
2010-12-28Fix leak of EIR data if RSSI does not changeAnderson Lizardo
2010-12-28Rename btd_adapter_get_state to btd_adapter_get_modeJohan Hedberg
2010-12-27Remove ancient NAME_SENT name resolution statusAnderson Lizardo
2010-12-23Change power_on & power_off adapter_ops callbacks to set_poweredJohan Hedberg
2010-12-21Remove le_advertising_info struct from adapter.cBruna Moreira
2010-12-20Move debug key handling into adapter_opsJohan Hedberg
2010-12-19Get rid of unneeded btd_adapter_get_conn_handle functionJohan Hedberg
2010-12-19Fix handle endianess issues with btd_adapter_read_clockJohan Hedberg
2010-12-19Remove unnecessary btd_adapter_get_remote_version functionJohan Hedberg
2010-12-19Move local name parsing to parse_eir_data()Anderson Lizardo
2010-12-19Move AD flags parsing to parse_eir_data()Anderson Lizardo
2010-12-19Move get_eir_uuids() from src/adapter.c to src/event.cAnderson Lizardo
2010-12-19Remove unused btd_adapter_get_remote_name functionJohan Hedberg
2010-12-19Remove unnecessary empty lineJohan Hedberg
2010-12-19Remove non-existent adapter_is_ready prototypeJohan Hedberg
2010-12-19Remove non-existent btd_adapter_get_init_mode prototypeJohan Hedberg
2010-12-19Remove non-existent adapter_set_service_classes prototypeJohan Hedberg
2010-12-19Add manager_foreach_adapter()Johan Hedberg
2010-12-19Implement storing of link keys in runtime memoryJohan Hedberg