summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_core.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-18Bluetooth: add hci event notificationSeung-Woo Kim1-0/+2
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg1-0/+1
2013-04-19Bluetooth: Fix HCI command send functions to use const specifierJohan Hedberg1-6/+8
2013-04-18Bluetooth: Add reading of all local feature pagesJohan Hedberg1-1/+2
2013-04-18Bluetooth: Track feature pages in a single tableJohan Hedberg1-24/+25
2013-04-18Bluetooth: Move and rename hci_conn_acceptFrédéric Dalleau1-1/+0
2013-04-17Bluetooth: introduce hci_conn ref-countingDavid Herrmann1-0/+31
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann1-4/+0
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann1-1/+1
2013-04-04Bluetooth: Remove driver init queue from coreMarcel Holtmann1-2/+0
2013-04-04Bluetooth: Add driver setup stage for early initMarcel Holtmann1-0/+1
2013-04-04Bluetooth: Add __hci_cmd_sync_ev functionJohan Hedberg1-0/+2
2013-04-04Bluetooth: Add support for custom event terminated commandsJohan Hedberg1-0/+2
2013-04-04Bluetooth: Add __hci_cmd_sync() helper functionJohan Hedberg1-0/+3
2013-04-04Bluetooth: Track received events in hdevJohan Hedberg1-0/+1
2013-04-04Bluetooth: Remove unneeded hci_req_cmd_status functionAndre Guedes1-1/+0
2013-03-18Bluetooth: Add reading of page scan parametersJohan Hedberg1-0/+4
2013-03-18Bluetooth: Handle AD updating through an async requestJohan Hedberg1-2/+2
2013-03-09Bluetooth: Make hci_req_add returning voidAndre Guedes1-1/+1
2013-03-09Bluetooth: HCI request error handlingAndre Guedes1-0/+5
2013-03-08Bluetooth: Remove unused hdev->init_last_cmdJohan Hedberg1-2/+0
2013-03-08Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg1-2/+0
2013-03-08Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg1-0/+2
2013-03-08Bluetooth: Introduce new hci_req_add functionJohan Hedberg1-0/+1
2013-03-08Bluetooth: Add initial skeleton for asynchronous HCI requestsJohan Hedberg1-0/+8
2013-03-08Bluetooth: Rename hci_acl_disconnAndre Guedes1-1/+1
2013-02-01Bluetooth: Keep track of UUID type upon additionJohan Hedberg1-0/+1
2013-01-23Bluetooth: Add support for reading LE supported statesJohan Hedberg1-0/+1
2013-01-23Bluetooth: Add support for reading LE White List SizeJohan Hedberg1-0/+1
2013-01-23Bluetooth: Add LE Local Features reading supportJohan Hedberg1-0/+1
2013-01-18Bluetooth: Add a new workqueue for hci_request operationsJohan Hedberg1-0/+1
2012-12-03Bluetooth: AMP: Check that AMP is present and activeAndrei Emeltchenko1-0/+16
2012-12-03Bluetooth: Move double negation to macrosGustavo Padovan1-3/+3
2012-12-03Bluetooth: Implement deferred sco socket setupFrédéric Dalleau1-3/+6
2012-11-18Bluetooth: Add support for setting LE advertising dataJohan Hedberg1-0/+4
2012-11-01Bluetooth: Fix parameter order of hci_get_routeJohan Hedberg1-1/+1
2012-11-01Bluetooth: Fix sending unnecessary HCI_Write_SSP_Mode commandJohan Hedberg1-0/+1
2012-11-01Bluetooth: Add missing feature test macrosJohan Hedberg1-4/+14
2012-11-01Bluetooth:Replace list_for_each with list_for_each_entry() helperDenis Kirjanov1-12/+8
2012-10-24Bluetooth: Read adversiting channel TX power during init sequenceJohan Hedberg1-0/+2
2012-10-24Bluetooth: Add state to hci_chanMat Martineau1-0/+1
2012-10-11Bluetooth: AMP: Hanlde AMP_LINK case in conn_putAndrei Emeltchenko1-3/+14
2012-10-11Bluetooth: AMP: Handle AMP_LINK connectionAndrei Emeltchenko1-0/+13
2012-10-11Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko1-1/+2
2012-10-11Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko1-0/+2
2012-10-01Bluetooth: remove unused member of hci_dev.Rami Rosen1-2/+0
2012-09-27Bluetooth: AMP: Write remote AMP AssocAndrei Emeltchenko1-0/+2
2012-09-27Bluetooth: AMP: Physical link struct and helpersAndrei Emeltchenko1-0/+1
2012-09-27Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko1-0/+8
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg1-0/+5