1. e5b8f60 Bluetooth: Mesh: Add support for suspend/resume by Johan Hedberg · 6 years ago
  2. 62c8fee Bluetooth: Mesh: Add header file support for C++ by Robert Konc · 6 years ago
  3. ab615d3 Bluetooth: Mesh: Add macros to encoded model publication periods by Johan Hedberg · 6 years ago
  4. 67ca176 headers: Fix headers across the project by Flavio Ceolin · 6 years ago
  5. ed5fb3f Bluetooth: Mesh: Fix (re)transmit interval handling by Johan Hedberg · 7 years ago
  6. a3c1b3d Bluetooth: Mesh: Expose bt_mesh_is_provisioned() publicly by Johan Hedberg · 7 years ago
  7. 88dfd39 Bluetooth: Mesh: Remove sequence number from bt_mesh_provision() by Johan Hedberg · 7 years ago
  8. 44bd568 Bluetooth: Mesh: Support for storing heartbeat publication persistently by Johan Hedberg · 7 years ago
  9. 8703ffa Bluetooth: Mesh: Redesign element and storage info for models by Johan Hedberg · 7 years ago
  10. c1c5f3d Bluetooth: Mesh: Expose destination address in bt_mesh_msg_ctx by Johan Hedberg · 7 years ago
  11. ac1360f Bluetooth: Mesh: Convert to new net_buf_simple APIs by Johan Hedberg · 7 years ago
  12. 2ff9863 Bluetooth: Mesh: Add support for OOB info and URI in provisioning data by Johan Hedberg · 7 years ago
  13. 79e9165 doc: fix misspellings in doxygen API comments by David B. Kinder · 7 years ago
  14. 253e40a Bluetooth: mesh: Do not set RFU bits in Heartbeat Publication Features by Mariusz Skamra · 7 years ago
  15. 364ce88 Bluetooth: Mesh: Add support for sending NetKey Add message by Johan Hedberg · 7 years ago
  16. aa930f3 Bluetooth: Mesh: Improve documentation for model publication by Johan Hedberg · 7 years ago
  17. 48aecd1 Bluetooth: Mesh: Add IV Update test mode API by Johan Hedberg · 7 years ago
  18. 35fd523 Bluetooth: Mesh: Add support for manipulating Label UUIDs by Johan Hedberg · 7 years ago
  19. 89030f0 Bluetooth: Mesh: Introduce public LPN APIs for better control by Johan Hedberg · 7 years ago
  20. d588850 Bluetooth: Mesh: Add support for Health Attention messages by Johan Hedberg · 7 years ago
  21. 7e8f9af Bluetooth: Mesh: Add support for Health Period messages by Johan Hedberg · 7 years ago
  22. ce10be3 Bluetooth: Mesh: Add support for Health Fault Test messages by Johan Hedberg · 7 years ago
  23. 987c68b Bluetooth: Mesh: Add support for Health Fault Clear messages by Johan Hedberg · 7 years ago
  24. 2eda34c Bluetooth: Mesh: Add support for receiving Health Current Status by Johan Hedberg · 7 years ago
  25. b26231d Bluetooth: Mesh: Add support for sending Health Fault Get message by Johan Hedberg · 7 years ago
  26. 7ef5e53 Bluetooth: Mesh: Add skeleton for Health Client model by Johan Hedberg · 7 years ago
  27. aaf519e Bluetooth: Mesh: Improve model publication documentation by Johan Hedberg · 7 years ago
  28. 15fe221 Bluetooth: Mesh: Fix accuracy of Publish Period by Johan Hedberg · 7 years ago
  29. 491f0c4 Bluetooth: Mesh: Provide documentation for the publication API by Johan Hedberg · 7 years ago
  30. 8f15411 Bluetooth: Mesh: Fix non-periodic Model Publication by Johan Hedberg · 7 years ago
  31. 3243361 Bluetooth: Mesh: Add Model Subscription Del & Overwrite support by Johan Hedberg · 7 years ago
  32. e7bb76e Bluetooth: Mesh: Fix model publication by Johan Hedberg · 7 years ago
  33. f9fad55 Bluetooth: Mesh: Fix encoding/decoding Publish Retransmit value by Johan Hedberg · 7 years ago
  34. 4bf045e Bluetooth: Mesh: Use a unified send callback also for public API by Johan Hedberg · 7 years ago
  35. 8488d7a Bluetooth: Mesh: Use u8_t instead of bitfields for 8-bit wide values by Johan Hedberg · 7 years ago
  36. bd69b21 Bluetooth: Mesh: Use dedicated struct for heartbeat subscription by Johan Hedberg · 7 years ago
  37. d4365e1 Bluetooth: Mesh: Use dedicated struct for heartbeat publication by Johan Hedberg · 7 years ago
  38. 05be6b8 Bluetooth: Mesh: Add support for sending Model Publication messages by Johan Hedberg · 7 years ago
  39. 2bc2f84 Bluetooth: Mesh: Fix documentation of bt_mesh_input_string() by Johan Hedberg · 7 years ago
  40. d4be608 Bluetooth: Mesh: Allow changing cfg client message timeout by Johan Hedberg · 7 years ago
  41. 7b27d96 Bluetooth: Mesh: Add support for sending Heartbeat Subscription Get by Johan Hedberg · 7 years ago
  42. 9bf8af8 Bluetooth: Mesh: Add support for sending Heartbeat Publication Get by Johan Hedberg · 7 years ago
  43. 5e3804b Bluetooth: Mesh: Add support for sending Heartbeat Publication Set by Johan Hedberg · 7 years ago
  44. 897f32f Bluetooth: Mesh: Add documentation for public provisioning APIs by Johan Hedberg · 7 years ago
  45. 255edcf Bluetooth: Mesh: Provisioning: Add NetKeyIndex to complete callback by Johan Hedberg · 7 years ago
  46. 0669478 Bluetooth: Mesh: Provide documentation for provisioning APIs by Johan Hedberg · 7 years ago
  47. 70cbcef Bluetooth: Mesh: Rename health server code from health to health_srv by Johan Hedberg · 7 years ago
  48. 3b252ca Bluetooth: Mesh: Rename configuration server code from cfg to cfg_srv by Johan Hedberg · 7 years ago
  49. 0ef7c6e Bluetooth: Mesh: Add more flexible APIs for provisioning bearers by Johan Hedberg · 7 years ago
  50. a81fa43 Bluetooth: Mesh: Use proper _t suffix for typedefs by Johan Hedberg · 7 years ago
  51. 5ab1365 doc: fix doxygen defgroup title error by David B. Kinder · 7 years ago
  52. f50b995 Bluetooth: Mesh: Add support for sending Heartbeat Subscription Set by Johan Hedberg · 7 years ago
  53. b4688bd Bluetooth: Mesh: Add support for sending Model Subscription Add by Johan Hedberg · 7 years ago
  54. e4db09e Bluetooth: Mesh: Add support for sending Model App Bind message by Johan Hedberg · 7 years ago
  55. e1bc6a6 Bluetooth: Mesh: Add support for sending AppKeyAdd message by Johan Hedberg · 7 years ago
  56. cbfea94 Bluetooth: Mesh: Add support for Relay and 1-byte state Get/Set by Johan Hedberg · 7 years ago
  57. 07305fd Bluetooth: Mesh: Add support for sending Beacon Get & Set by Johan Hedberg · 7 years ago
  58. 3d1ce43 Bluetooth: Mesh: Add support for sending Get Composition Data by Johan Hedberg · 7 years ago
  59. 588887c Bluetooth: Mesh: Add primary address to provisioning complete callback by Johan Hedberg · 7 years ago
  60. 2a1e16c Bluetooth: Mesh: Add skeleton for Configuration Client Model by Johan Hedberg · 7 years ago
  61. 17c9b3a Bluetooth: Mesh: Make TRANSMIT_COUNT & TRANSMIT_INT macros public by Johan Hedberg · 7 years ago
  62. 52cc3b7 Bluetooth: Mesh: Refactor public headers into dedicated subdirectory by Johan Hedberg · 7 years ago