summaryrefslogtreecommitdiff
path: root/src/adapter.h
Commit message (Expand)AuthorAgeFilesLines
* core: Use local libbluetooth includesMarcel Holtmann2015-02-281-5/+1
* core: adapter: Initialize GATT databaseArman Uguray2015-02-181-0/+2
* core: Remove unnecessary LE connect for kernels that don't need itJohan Hedberg2014-11-031-0/+2
* core: Add subscription API for Manufacturer Specific DataAlfonso Acosta2014-10-251-0/+10
* core: Remove always_pairable featureJohan Hedberg2014-07-301-1/+0
* core: Expose adapter API to enable/disable pairable modeJohan Hedberg2014-07-181-0/+1
* core: Add non-temporary BR/EDR devices to the kernel whitelistJohan Hedberg2014-07-161-0/+4
* core: Add separate functions for auto-connect kernel devicesMarcel Holtmann2014-06-301-0/+4
* core: Export API for tracking connection failuresJohan Hedberg2014-05-151-0/+4
* core: Add API to monitor device disconnectionsJohan Hedberg2014-05-151-0/+4
* core: Update btd_adapter_find_device to also match the address typeJohan Hedberg2014-03-221-1/+2
* core: Move private structs from adapter.h to adapter.cJohan Hedberg2014-02-201-18/+0
* core: Use bool instead of uint8_t for LTK master/slave variableJohan Hedberg2014-02-141-1/+1
* core: Rename adapter_remove_device to btd_adapter_remove_devicePetri Gynther2014-01-271-0/+3
* Rename adapter_find_device to btd_adapter_find_deviceSzymon Janc2013-11-271-1/+1
* Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2013-11-271-1/+1
* Rename adapter_get_device to btd_adapter_get_deviceSzymon Janc2013-11-271-1/+1
* core: Remove leftover adapter_get_default()Claudio Takahasi2013-10-181-1/+0
* adapter: Handle removing of SDP recordsSzymon Janc2013-09-231-1/+1
* adapter: Handle adding new SDP recordsSzymon Janc2013-09-231-1/+2
* core: Avoid unnecessary gboolean on pincode callback APIAnderson Lizardo2013-06-131-1/+1
* core: Retry bonding attempt until the iterator reaches the endAlex Deymo2013-05-101-0/+3
* plugins: Extend the pin code callback with the call numberAlex Deymo2013-05-101-1/+2
* core: Convert the pincode callback to an interable list.Alex Deymo2013-05-101-0/+5
* core: Fix storing info for private addressed devicesJohan Hedberg2013-04-291-2/+0
* adapter: Add btd_adapter_get_connectable functionSzymon Janc2013-02-151-0/+1
* adapter: Add btd_adapter_get_powered functionSzymon Janc2013-02-151-0/+1
* core: Use bdaddr_t instead of char * for device creationJohan Hedberg2013-01-251-2/+4
* core: Fix connect list usage for non-LE adaptersJohan Hedberg2013-01-151-2/+2
* core: Add support for graceful shutdown of adaptersMarcel Holtmann2013-01-091-1/+3
* core: Don't bother with return value for setting device classMarcel Holtmann2013-01-091-1/+1
* core: Make btd_adapter_get_pin private to adapter.cJohan Hedberg2013-01-081-2/+0
* core: Make adapter_bonding_complete private to adapter.cJohan Hedberg2013-01-071-4/+0
* core: Make adapter_update_found_devices function private to adapter.cJohan Hedberg2013-01-071-5/+0
* core: Add missing const qualifier to adapter_update_found_devicesJohan Hedberg2013-01-071-1/+1
* core: Move mgmt read local OOB data handling to adapter codeJohan Hedberg2013-01-061-2/+0
* core: Make hash & randomizer const in oob_read_local_cb_tJohan Hedberg2013-01-061-1/+2
* core: Make adapter_remove_device static to adapter.cJohan Hedberg2013-01-061-4/+0
* core: Make adapter_add_connection static to adapter.cJohan Hedberg2013-01-061-2/+0
* core: Move mgmt disconnection handling to adapter codeJohan Hedberg2013-01-061-2/+0
* core: Move mgmt discovery handling into adapter codeJohan Hedberg2013-01-061-2/+0
* core: Remove old adapter_get_dev_id functionMarcel Holtmann2013-01-051-1/+0
* core: Provide new exported function for getting the indexMarcel Holtmann2013-01-051-0/+1
* core: Add exported functions for adapter default handlingMarcel Holtmann2013-01-051-0/+3
* core: Make ADAPTER_INTERFACE constant privateMarcel Holtmann2013-01-051-2/+0
* core: Use adapter settings directly to determine if SSP is enabledMarcel Holtmann2013-01-051-1/+1
* core: Remove need for adapter_update_settings functionMarcel Holtmann2013-01-041-2/+0
* core: Make adapter_class_changed function privateMarcel Holtmann2013-01-041-2/+0
* core: Make adapter_name_changed function privateMarcel Holtmann2013-01-041-1/+0
* core: Remove the total silly usage of gchar and replace it with just charMarcel Holtmann2013-01-041-2/+2