D | health_srv.h | 188 #define BT_MESH_HEALTH_TEST_INFO_METADATA(tests) \ argument 190 .len = ARRAY_SIZE(tests), \ 192 .data = tests, \ 204 #define BT_MESH_HEALTH_TEST_INFO(cid, tests...) \ argument 205 BT_BYTES_LIST_LE16(cid), sizeof((uint8_t[]){ tests }), tests
|