summaryrefslogtreecommitdiff
path: root/mesh
Commit message (Collapse)AuthorAgeFilesLines
* mesh: Correct segmentation logicSteve Brown2017-10-111-1/+1
| | | | The decision whether to segment or not didn't consider the size of the MIC
* gatt: Update signature of AcquireWrite and AcquireNotifyLuiz Augusto von Dentz2017-09-221-3/+20
| | | | | It should now contain an argument for the options even though there are not options defined for clients.
* mesh: Use PRIx64 for printing uint64_t variablesMarcel Holtmann2017-09-181-1/+2
|
* Rename sample JSON DatabasesBrian Gix2017-09-142-4/+4
|
* mesh: Add 'security' commandLuiz Augusto von Dentz2017-09-143-3/+58
| | | | | | | | | | | | This adds 'security' command which can be used to display and change the provision security level: [meshctl]# security Provision Security Level set to 1 (medium) [meshctl]# security 2 Provision Security Level set to 2 (high) Note: This doesn't change the default which is still medium.
* mesh: Use correct length for config server responseInga Stotland2017-09-111-9/+11
| | | | Also check if the length is nonzero before sending response
* mesh: Add characteristic property name checkInga Stotland2017-09-111-2/+3
| | | | | | If PropertyChanged signal is not emitted due to a change in characteristic's "Value" property, the characteristic does not need to be processed.
* mesh: Typo fixŁukasz Rymanowski2017-09-041-1/+1
|
* mesh: Fix for handling unprovisioned deviceŁukasz Rymanowski2017-09-041-1/+1
| | | | | If there is no ServiceData there is no valid provisioning data for PB-GATT
* mesh: Use DuplicateData filterLuiz Augusto von Dentz2017-08-301-5/+5
| | | | | Also use the term duplicate instead of reset to make it more clear the intent of the filter.
* mesh: move GATT defines to the appropriate header fileInga Stotland2017-08-283-13/+11
| | | | | Group mesh GATT definitions in mesh/gatt.h file. Also remove unused members in mesh_node structure.
* mesh: Make use of rl_prompt_inputLuiz Augusto von Dentz2017-08-282-100/+31
| | | | | This removes unnecessary code to ask user input which is already supported by rl_prompt_input.
* mesh: Remove circular include protection guardsMarcel Holtmann2017-08-2113-160/+3
|
* mesh: Fix includes to use root relative path namesMarcel Holtmann2017-08-2115-78/+78
|
* mesh: Baseline Mesh implementationBrian Gix2017-08-2112-0/+11155
|
* mesh: Baseline Mesh runtime configuration filesBrian Gix2017-08-212-0/+98
|
* mesh: define APIs for Bluetooth MeshBrian Gix2017-08-2113-0/+1034