summaryrefslogtreecommitdiff
path: root/emulator/bthost.c
Commit message (Expand)AuthorAgeFilesLines
* bthost: Add support for address types other then publicLuiz Augusto von Dentz2020-12-171-2/+7
* bthost: Fix sending uninitilized dataLuiz Augusto von Dentz2020-11-131-0/+1
* bthost: Fix running request callbacks for remote requestsLuiz Augusto von Dentz2020-11-131-2/+30
* emulator/bthost: Add support for LE CIS RequestLuiz Augusto von Dentz2020-11-021-0/+18
* emulator/bthost: Add debug supportLuiz Augusto von Dentz2020-11-021-10/+63
* emulator: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* tools/l2cap-tester: Add test for waiting disconnection responseArchie Pusaka2020-06-041-1/+16
* emulator/bthost: Add support for ECRED Connection request/responseLuiz Augusto von Dentz2020-03-301-0/+72
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* emulator: Add 5.0 feature supportJaganath Kanakkassery2018-06-181-0/+99
* emulator: Include Link Key in key distribution if BR/EDR is supportedJohan Hedberg2016-06-071-0/+5
* emulator: Fix sending valid HCI_LE_Create_Connection parametersJohan Hedberg2015-11-121-0/+6
* emulator/bthost: Add support for setting custom ADV dataSzymon Janc2015-05-171-18/+17
* emulator: Add support for LE remote features commandMarcel Holtmann2015-04-081-0/+15
* emulator: Handle event for LE connection update complete indicationMarcel Holtmann2015-04-011-0/+15
* emulator/bthost: Fix calling RFCOMM callback for zero-length dataJohan Hedberg2015-02-271-10/+14
* emulator: Use local includes for libbluetooth headersMarcel Holtmann2015-02-121-1/+1
* emulator: Fix L2CAP & RFCOMM state changesJohan Hedberg2015-01-231-9/+14
* emulator/bthost: Add support for triggering SMP over BR/EDRJohan Hedberg2015-01-071-0/+13
* emulator/bthost: Add support for requesting L2CAP fixed channelsJohan Hedberg2015-01-071-0/+40
* emulator: Add SMP over BR/EDR supportJohan Hedberg2014-12-171-1/+4
* emulator: Fix Write_LE_Host_Supported command sendingJohan Hedberg2014-12-171-1/+7
* emulator: Improve L2CAP info request support in bthostJohan Hedberg2014-12-171-5/+36
* emulator: Track LE enable status in bthostJohan Hedberg2014-12-171-0/+2
* emulator: Avoid 'unknown command' for user confirm req neg replyJohan Hedberg2014-12-171-0/+2
* emulator: Provide API to enable LE host supportJohan Hedberg2014-12-171-0/+7
* emulator: Avoid 'unknown command' for HCI_Write_Secure_Conn_Support completionJohan Hedberg2014-12-171-0/+2
* emulator/bthost: Add API to wait for bthost readinessJohan Hedberg2014-12-031-0/+19
* emulator/bthost: Add API to enable SC supportJohan Hedberg2014-12-031-2/+27
* emulator/bthost: Remove empty bthost_stop functionSzymon Janc2014-11-041-4/+0
* emulator/bthost: Move smp_start to bthost_createSzymon Janc2014-11-041-6/+8
* emulator/bthost: Simplify bthost_createSzymon Janc2014-11-041-3/+1
* emulator/bthost: Read local features upon initJohan Hedberg2014-10-021-0/+21
* emulator/bthost: Add missing flow_ctrl assignmentJakub Tyszkowski2014-10-011-0/+1
* emulator/bthost: Add bthost_send_cid_vLuiz Augusto von Dentz2014-09-301-0/+12
* emulator/bthost: Refactor code using RFCOMM_UIHLuiz Augusto von Dentz2014-09-301-68/+57
* emulator/bthost: Avoid coping in l2cap_sig_sendLuiz Augusto von Dentz2014-09-301-33/+42
* emulator/bthost: Add skeleton for passing encryption changes to SMPJohan Hedberg2014-09-191-0/+3
* emulator/bthost: Fix setting new encryption mode for failure statusJohan Hedberg2014-09-191-0/+3
* emulator/bthost: Add getter functions needed by SMPJohan Hedberg2014-09-181-0/+15
* emulator/bthost: Add iovec supportLuiz Augusto von Dentz2014-09-181-45/+51
* emulator: Add support for specifying SMP authentication requirementJohan Hedberg2014-09-161-1/+1
* emulator: Use explicit IO capability for bthostJohan Hedberg2014-09-131-1/+4
* emulator/bthost: Fix not matching cid data properlyLuiz Augusto von Dentz2014-09-051-1/+1
* emulator/bthost: Add hci disconnectMarcin Kraglak2014-08-251-0/+11
* emulator: Add flags param to advertise enabling functionJakub Tyszkowski2014-07-181-1/+20
* emulator/bthost: Add support to set auth_req for bthostAndrzej Kaczmarek2014-05-191-1/+7
* emulator/bthost: Set advertising parameters before enabling advertisingJohan Hedberg2014-03-141-0/+8
* monitor: Use 64-bit unsigned integer for random numberMarcel Holtmann2014-02-271-3/+5
* emulator/bthost: Fix command queueMarcin Kraglak2014-02-191-3/+7