summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* shared/gatt-db: Make gatt_db_attribute_get_value publicLuiz Augusto von Dentz2023-03-272-6/+8
* client: Add samples init scriptsLuiz Augusto von Dentz2023-03-2411-0/+53
* shared/shell: Add support for -i/--init-scriptLuiz Augusto von Dentz2023-03-241-17/+142
* bap: Fix not continue selecting if endpoint respond with an errorLuiz Augusto von Dentz2023-03-241-1/+3
* monitor: Fix printing Signed Write CommandSimon Mikuda2023-03-231-2/+2
* monitor: Fix crash when there is no write handlerSimon Mikuda2023-03-231-1/+1
* obexd: reject to accept file when replying reject messageAaron_shen2023-03-211-1/+7
* audio/transport: Propagate errors from avrcp_set_volume to DBusMarijn Suijten2023-03-211-11/+23
* mesh: On exit free timer for filtering duplicatesInga Stotland2023-03-201-1/+5
* tools/mesh-cfgclient: Auto request own composition dataInga Stotland2023-03-174-2/+26
* tools/mesh-cfgclient: Prevent storing duplicate modelsInga Stotland2023-03-172-5/+21
* doc: describe new ISO Transport propertiesPauli Virtanen2023-03-171-0/+40
* transport: add CIG/CIS/PHY properties, don't show unset QoS propertiesPauli Virtanen2023-03-171-6/+61
* shared/gatt-client: Fix not creating a request for notificationsLuiz Augusto von Dentz2023-03-171-17/+15
* mesh: Don't send Prov Failed on non-existant linksBrian Gix2023-03-151-2/+4
* mesh: Make MGMT mesh-io less noisyBrian Gix2023-03-151-3/+3
* mesh: Filter originated Provisioning Data packetsBrian Gix2023-03-151-11/+47
* mesh: Loopback unprovisioned beaconsBrian Gix2023-03-142-7/+69
* mesh: Fix uninitialized memory usageBrian Gix2023-03-141-1/+1
* shared/gatt-client: Fix crash on bt_gatt_client_idle_unregisterLuiz Augusto von Dentz2023-03-141-0/+3
* btmon: Fix decoding truncated dataƁukasz Rymanowski2023-03-142-4/+4
* shared/bap: fix Locations, Context to be PACS not PAC propertiesPauli Virtanen2023-03-141-12/+62
* device: Fix crash attempting to read Sets propertyLuiz Augusto von Dentz2023-03-141-1/+6
* shared/csip: Fix crash on bt_csip_get_sirkLuiz Augusto von Dentz2023-03-141-0/+3
* shared/gatt-client: Introduce bt_gatt_client_ref_safeLuiz Augusto von Dentz2023-03-141-3/+18
* shared/csip: Fix not unregistering idle callback on detachLuiz Augusto von Dentz2023-03-141-0/+2
* shared/bap: Fix not unregistering idle callback on detachLuiz Augusto von Dentz2023-03-141-0/+2
* mesh: Fix node when loading from storageInga Stotland2023-03-121-3/+9
* client: Use AdvertisingFlags when availableLuiz Augusto von Dentz2023-03-101-24/+55
* client: Add support for DeviceSet proxyLuiz Augusto von Dentz2023-03-101-10/+103
* tools: Add support to generate RSI using SIRKSathish Narasimman2023-03-101-2/+78
* profiles: Add initial code for csip pluginSathish Narasimman2023-03-103-0/+372
* shared/csip: Add initial code for handling CSIPSathish Narasimman2023-03-103-0/+934
* main.conf: Add CSIP profile configurable optionsSathish Narasimman2023-03-103-0/+158
* core: Check if device has RSILuiz Augusto von Dentz2023-03-103-2/+7
* core: Add initial implementation of DeviceSet interfaceLuiz Augusto von Dentz2023-03-106-11/+681
* device-api: Add Set propertyLuiz Augusto von Dentz2023-03-101-0/+10
* doc: Add set-apiLuiz Augusto von Dentz2023-03-101-0/+53
* shared/ad: Add RSI data typeLuiz Augusto von Dentz2023-03-101-0/+1
* shared/crypto: Add bt_crypto_sirkLuiz Augusto von Dentz2023-03-102-0/+43
* client/player: Update High Reliability presetsLuiz Augusto von Dentz2023-03-101-8/+32
* iso-tester: Update High Reliability presetsLuiz Augusto von Dentz2023-03-101-16/+16
* l2cap-tester: Add server tests for Ext-FlowctlLuiz Augusto von Dentz2023-03-091-24/+228
* gatt: Use DEFER_SETUP for EATT channelsLuiz Augusto von Dentz2023-03-094-23/+75
* main: Disable EATT by defaultLuiz Augusto von Dentz2023-03-092-3/+3
* gatt: Fix creating duplicated objectsLuiz Augusto von Dentz2023-03-071-2/+16
* device: Fix not always storing device infoLuiz Augusto von Dentz2023-03-071-1/+4
* shared/att: Always queue BT_ATT_OP_MTU_REQ on the fixed channelLuiz Augusto von Dentz2023-03-071-0/+9
* bap: Fix crash on unexpected disconnectLuiz Augusto von Dentz2023-03-023-34/+16
* shared/bap: Make use of bt_gatt_client_idle_registerLuiz Augusto von Dentz2023-03-021-94/+74