Searched refs:app_cnt (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 983 uint16_t mod_id, uint8_t *status, uint16_t *apps, size_t *app_cnt); 1008 size_t *app_cnt);
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_cli.c | 1624 uint16_t *apps, size_t *app_cnt) in mod_member_list_get() argument 1634 .member_cnt = app_cnt, in mod_member_list_get() 1656 !status && (!apps || !app_cnt) ? NULL : &rsp); in mod_member_list_get() 1660 uint16_t mod_id, uint8_t *status, uint16_t *apps, size_t *app_cnt) in bt_mesh_cfg_cli_mod_app_get() argument 1663 elem_addr, mod_id, CID_NVAL, status, apps, app_cnt); in bt_mesh_cfg_cli_mod_app_get() 1668 size_t *app_cnt) in bt_mesh_cfg_cli_mod_app_get_vnd() argument 1675 elem_addr, mod_id, cid, status, apps, app_cnt); in bt_mesh_cfg_cli_mod_app_get_vnd()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 3274 size_t app_cnt; in config_model_app_get() local 3283 &status, &apps, &app_cnt); in config_model_app_get() 3303 size_t app_cnt; in config_model_app_vnd_get() local 3313 &status, &apps, &app_cnt); in config_model_app_vnd_get()
|