summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* profiles: Add initial code for mcp pluginAbhay Maheta2022-10-183-0/+439
* shared/mcp: Add initial code for handling MCPAbhay Maheta2022-10-184-0/+1546
* lib/uuid: Add GMCS UUIDsAbhay Maheta2022-10-181-0/+15
* monitor: Fix incorrect vendor name for vendor cmd and evtTedd Ho-Jeong An2022-10-141-15/+31
* mesh: Keep cancelled SAR data for at least 10 secIsak Westin2022-10-121-5/+26
* mgmt-tester: Fix Set Static Address testsLuiz Augusto von Dentz2022-10-101-12/+51
* 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
* shared/bap: Fixing memory overwrite during ASE Enable OperationAbhay Maheta2022-10-101-2/+6
* mesh: Fix msg cache ring bufferIsak Westin2022-10-071-2/+1
* tools: mgmt-tester - Test for HCI cmd after static addr setBrian Gix2022-10-061-0/+6
* mesh: provisionee: Check prov start parametersIsak Westin2022-10-061-11/+46
* mesh: provisionee: Handle failed provisioningIsak Westin2022-10-061-1/+6
* mesh: provisionee: Handle unknown PDUsIsak Westin2022-10-061-2/+7
* mesh: Update Key Refresh flag after provisionIsak Westin2022-10-061-2/+2
* mesh: Always relay messages from Low Power nodesIsak Westin2022-10-061-11/+36
* mesh: Queue a friend update on IV Update changeIsak Westin2022-10-061-0/+1
* mesh: Verify padding bits in Friend Poll messagesIsak Westin2022-10-061-1/+1
* mesh: Correct size of friend cacheIsak Westin2022-10-061-1/+1
* mesh: Fix mesh to work with MESH_IO_TYPE_UNIT_TESTInga Stotland2022-10-052-2/+8
* README: Update Mesh required Kernel Config sectionInga Stotland2022-10-031-0/+1
* build: Deprecate meshctl toolInga Stotland2022-10-031-2/+5
* mesh: Allow Key Refresh Phase 0 to 3 transitionIsak Westin2022-10-031-0/+4
* mesh: Allow Key refresh to skip Phase 2Isak Westin2022-10-031-2/+3
* mesh: Ignore SNB with invalid IV Index valuesIsak Westin2022-10-031-0/+4
* mesh: Ignore Secure Network Beacon from subnetIsak Westin2022-10-031-1/+12
* client/player: Fix attempting to acquire already acquired transportLuiz Augusto von Dentz2022-09-291-5/+65
* tools: Fix mesh-tester to expect end of ADVBrian Gix2022-09-271-0/+12
* monitor/packet: Fix scan-build warningsLuiz Augusto von Dentz2022-09-271-12/+4
* monitor/analyze: Fix scan-build warningsLuiz Augusto von Dentz2022-09-271-28/+0
* rctest: Fix scan-build warningLuiz Augusto von Dentz2022-09-271-1/+1
* mesh: Clear HB sub status field if disabledIsak Westin2022-09-261-2/+24
* mesh: Correct HB sub state updatesIsak Westin2022-09-262-17/+5
* mesh: Reply to HB pub set with same fieldsIsak Westin2022-09-261-1/+11
* mesh: Correct u32 to u8 log transformationIsak Westin2022-09-261-4/+4
* mesh: Add new kernel MGMT based IO transportBrian Gix2022-09-2613-141/+1154
* mesh: Improve PB-ADV timing for reliabilityBrian Gix2022-09-261-3/+6
* tools/mpris-proxy: unregister object path if player registration failsHaochen Tong2022-09-261-0/+1
* tools: fix printf format stringsChristian Eggers2022-09-262-4/+6
* monitor: fix printf format stringsChristian Eggers2022-09-262-13/+18
* client/player: fix printf format stringChristian Eggers2022-09-261-2/+2
* client/gatt: Fix scan-build warningLuiz Augusto von Dentz2022-09-231-1/+2
* battery: provided_battery_property_changed_cb: check iteratorChristian Eggers2022-09-231-4/+6
* gatt: proxy_property_changed: check for NULL iteratorChristian Eggers2022-09-231-9/+11
* client/gatt: proxy_property_changed: check for NULL iteratorChristian Eggers2022-09-231-7/+10
* advertising: parse_tx_power: reset value if iter is NULLChristian Eggers2022-09-231-1/+3
* advertising: parse_[min|max]_interval: reset value if iter is NULLChristian Eggers2022-09-231-1/+3
* advertising: parse_min_interval: reset min_interval if iter is NULLChristian Eggers2022-09-231-1/+3
* advertising: parse_secondary: check for NULL iteratorChristian Eggers2022-09-231-0/+6
* advertising: parse_secondary: fix mask valueChristian Eggers2022-09-231-1/+1