summaryrefslogtreecommitdiff
path: root/emulator/bthost.c
Commit message (Expand)AuthorAgeFilesLines
* tools/iso-tester: Add Broadcast tests for encrypted BIGIulia Tanasescu2023-04-191-1/+4
* Split bt_iso_qos into dedicated structuresIulia Tanasescu2023-03-311-14/+17
* bthost: Allow sending ISO packets with sequence number and timestampPauli Virtanen2023-02-271-13/+32
* bthost: Add callback to accept ISO connectionsLuiz Augusto von Dentz2022-12-061-3/+18
* bthost: Add destroy callback to bthost_add_iso_hookLuiz Augusto von Dentz2022-08-221-1/+7
* bthost: Add qos support to bthost_set_cig_paramsLuiz Augusto von Dentz2022-08-051-11/+15
* bthost: Fix not setting all parameters when using Create BIG cmdLuiz Augusto von Dentz2022-04-141-1/+4
* bthost: Add support for Create CISLuiz Augusto von Dentz2022-04-141-0/+42
* bthost: Add support for Create BIGLuiz Augusto von Dentz2022-03-071-0/+13
* bthost: Add support for Periodic AdvertisingLuiz Augusto von Dentz2022-03-071-0/+23
* bthost: Add support for BT_H4_ISO_PKTLuiz Augusto von Dentz2022-03-071-42/+314
* bthost: Increase number of creditsLuiz Augusto von Dentz2022-02-091-1/+1
* bthost: Fix length calculation for RFCOMM headerLuiz Augusto von Dentz2022-02-091-3/+10
* bthost: Fix not handling ACL fragmentationLuiz Augusto von Dentz2022-02-091-21/+100
* emulator: Fix uninitiailzed scalar variableTedd Ho-Jeong An2021-11-151-0/+3
* emulator: bthost: Add support LE Ext Adv ReportTedd Ho-Jeong An2021-10-251-0/+118
* bthost: Fix not initializing address types properlyLuiz Augusto von Dentz2021-08-131-6/+12
* bthost: Add bthost_debug and use it on smp.cLuiz Augusto von Dentz2021-08-121-23/+27
* emulator/bthost: Create ext adv params before setting adv dataTedd Ho-Jeong An2021-06-231-6/+20
* 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