summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* client/advertising: Add support for advertise.rsi commandLuiz Augusto von Dentz2023-04-053-2/+46
* advertising: Add support for rsi as IncludesLuiz Augusto von Dentz2023-04-051-1/+46
* advertising-api: Add rsi to SupportedIncludesLuiz Augusto von Dentz2023-04-051-0/+1
* shared/ad: Fix bt_ad_has_data not matching when only type is passedLuiz Augusto von Dentz2023-04-051-0/+3
* main.conf: Fix parsing of CSIS groupLuiz Augusto von Dentz2023-04-051-5/+5
* monitor/att: Add decoding support for BASSIulia Tanasescu2023-04-051-2/+462
* set: Fix not attempt to connect devices with RSILuiz Augusto von Dentz2023-04-031-1/+3
* mesh: Tighten IO and fix out-of-bounds array accessInga Stotland2023-04-036-160/+50
* adapter: Use regular discovery for filters which only have discoverable setHans de Goede2023-03-311-1/+16
* Split bt_iso_qos into dedicated structuresIulia Tanasescu2023-03-318-124/+359
* avrcp: Fix crash while handling unsupported eventsLuiz Augusto von Dentz2023-03-301-0/+6
* mgmt-tester: Add devcoredump testsManish Mandlik2023-03-301-0/+173
* vhci: Add support to trigger devcoredump and read the dump fileManish Mandlik2023-03-302-1/+62
* device: Fix not setting initiator flag when auto-connectingLuiz Augusto von Dentz2023-03-291-2/+9
* bap: Mark devices to auto-connectLuiz Augusto von Dentz2023-03-291-0/+1
* l2test: Fix setting mode for BR/EDR l2cap socketSimon Mikuda2023-03-282-1/+23
* l2test: Enable hex input for PSMSimon Mikuda2023-03-281-1/+1
* monitor: Cache IRK being parsedLuiz Augusto von Dentz2023-03-273-0/+29
* monitor/att: Fix not loading gatt_db for devices using RPALuiz Augusto von Dentz2023-03-271-1/+7
* monitor/att: Print value when printing descriptorsLuiz Augusto von Dentz2023-03-271-0/+52
* 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