summaryrefslogtreecommitdiff
path: root/emulator
Commit message (Expand)AuthorAgeFilesLines
* tools/iso-tester: Add Broadcast tests for encrypted BIGIulia Tanasescu2023-04-193-2/+15
* btdev: Fix not setting CIS parameters properlyLuiz Augusto von Dentz2023-04-121-5/+6
* Split bt_iso_qos into dedicated structuresIulia Tanasescu2023-03-311-14/+17
* vhci: Add support to trigger devcoredump and read the dump fileManish Mandlik2023-03-302-1/+62
* bthost: Allow sending ISO packets with sequence number and timestampPauli Virtanen2023-02-272-14/+34
* bthost: Add callback to accept ISO connectionsLuiz Augusto von Dentz2022-12-062-5/+21
* vhci: Add function to interact with force_static_addressLuiz Augusto von Dentz2022-10-102-0/+11
* btdev: Add support for setting bdaddrLuiz Augusto von Dentz2022-10-102-0/+12
* bthost: Add destroy callback to bthost_add_iso_hookLuiz Augusto von Dentz2022-08-222-2/+9
* bthost: Add qos support to bthost_set_cig_paramsLuiz Augusto von Dentz2022-08-052-12/+18
* btdev: Fix not checking if a CIG has any active CISLuiz Augusto von Dentz2022-07-111-0/+17
* btdev: Fix not removing connection and advertising set on resetLuiz Augusto von Dentz2022-05-021-36/+40
* btdev: Fix CIS EstablishedLuiz Augusto von Dentz2022-04-141-4/+4
* 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-143-1/+49
* btdev: Fix not cleanup ssp_status and ssp_auto_completeLuiz Augusto von Dentz2022-04-131-0/+5
* btdev: Fix BIG Create SyncLuiz Augusto von Dentz2022-04-061-7/+10
* btdev: Add support for sending LE BIG Info Adv ReportsLuiz Augusto von Dentz2022-04-061-1/+39
* btdev: Check parameter for CIG related commandsLuiz Augusto von Dentz2022-04-011-1/+59
* btdev: Fix response to LE Set Extended Advertising ParametersLuiz Augusto von Dentz2022-03-081-8/+9
* bthost: Add support for Create BIGLuiz Augusto von Dentz2022-03-072-0/+14
* bthost: Add support for Periodic AdvertisingLuiz Augusto von Dentz2022-03-072-0/+25
* bthost: Add support for BT_H4_ISO_PKTLuiz Augusto von Dentz2022-03-073-42/+326
* btdev: Implements BT_HCI_CMD_LE_BIG_TERM_SYNCLuiz Augusto von Dentz2022-03-071-2/+37
* btdev: Implements BT_HCI_CMD_LE_BIG_CREATE_SYNCLuiz Augusto von Dentz2022-03-071-9/+149
* monitor: Rename Periodic Advertising terms to PA/paLuiz Augusto von Dentz2022-03-071-88/+80
* btdev: Send BT_HCI_EVT_LE_PER_SYNC_ESTABLISHED if remote start paLuiz Augusto von Dentz2022-03-071-66/+78
* btdev: Send BT_HCI_EVT_LE_PER_SYNC_ESTABLISHED when scan is initiatedLuiz Augusto von Dentz2022-03-071-66/+86
* btdev: Implement BT_HCI_CMD_LE_PERIODIC_ADV_TERM_SYNCLuiz Augusto von Dentz2022-03-071-2/+15
* btdev: Implement BT_HCI_CMD_LE_PERIODIC_ADV_CREATE_SYNC_CANCELLuiz Augusto von Dentz2022-03-071-3/+27
* btdev: Implement BT_HCI_CMD_LE_PERIODIC_ADV_CREATE_SYNCLuiz Augusto von Dentz2022-03-071-3/+96
* monitor: Fix Create BIG PDULuiz Augusto von Dentz2022-03-071-1/+1
* build: Fix errors with glibc < 2.25Fabrice Fontaine2022-02-152-4/+2
* 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
* btdev: Fix response to BT_HCI_CMD_LE_REMOVE_CIGLuiz Augusto von Dentz2022-01-311-1/+2
* btdev: Fix command status of BT_HCI_CMD_LE_TERM_BIGLuiz Augusto von Dentz2022-01-311-1/+1
* btdev: Add implementation for BT_HCI_CMD_LE_TERM_BIGLuiz Augusto von Dentz2022-01-271-3/+19
* emulator: Add support for vendor commandsLuiz Augusto von Dentz2022-01-055-8/+68
* btdev: Add support for BT_HCI_CMD_LE_CREATE_CONN_CANCELLuiz Augusto von Dentz2021-12-101-0/+14
* emulator: Replace random number generation functionTedd Ho-Jeong An2021-12-082-4/+17
* emulator: fix potential resource leakTedd Ho-Jeong An2021-11-221-1/+3
* emulator: Fix uninitiailzed scalar variableTedd Ho-Jeong An2021-11-151-0/+3
* btdev: Add support for LE Set Privacy modeLuiz Augusto von Dentz2021-11-091-1/+46
* emulator: Add support to get the advertising addressTedd Ho-Jeong An2021-10-254-2/+41
* emulator: bthost: Add support LE Ext Adv ReportTedd Ho-Jeong An2021-10-252-0/+123
* emulator: Add support to config the accept and resolve listTedd Ho-Jeong An2021-10-254-8/+65
* btdev: Fix using the callback return as command completeLuiz Augusto von Dentz2021-10-251-36/+84
* btdev: Set Local RPA when own_addr_type is 0x03Luiz Augusto von Dentz2021-10-211-6/+15