Home
last modified time | relevance | path

Searched refs:bt_mesh_cfg_cli (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h27 struct bt_mesh_cfg_cli;
48 void (*comp_data)(struct bt_mesh_cfg_cli *cli, uint16_t addr, uint8_t page,
63 void (*mod_pub_status)(struct bt_mesh_cfg_cli *cli, uint16_t addr, uint8_t status,
78 void (*mod_sub_status)(struct bt_mesh_cfg_cli *cli, uint16_t addr,
98 void (*mod_sub_list)(struct bt_mesh_cfg_cli *cli, uint16_t addr, uint8_t status,
109 void (*node_reset_status)(struct bt_mesh_cfg_cli *cli, uint16_t addr);
119 void (*beacon_status)(struct bt_mesh_cfg_cli *cli, uint16_t addr,
130 void (*ttl_status)(struct bt_mesh_cfg_cli *cli, uint16_t addr,
141 void (*friend_status)(struct bt_mesh_cfg_cli *cli, uint16_t addr,
152 void (*gatt_proxy_status)(struct bt_mesh_cfg_cli *cli, uint16_t addr,
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcfg_cli.rst26 .. doxygengroup:: bt_mesh_cfg_cli
/Zephyr-latest/tests/bluetooth/mesh_shell/src/
Dmain.c17 static struct bt_mesh_cfg_cli cfg_cli;
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_suspend.c110 static struct bt_mesh_cfg_cli cfg_cli_dut;
129 static struct bt_mesh_cfg_cli cfg_cli_tester;
Dtest_op_agg.c55 static struct bt_mesh_cfg_cli cfg_cli;
Dtest_proxy_sol.c30 static struct bt_mesh_cfg_cli cfg_cli;
Dtest_sar.c75 static struct bt_mesh_cfg_cli cfg_cli;
Dtest_cdp1.c57 static struct bt_mesh_cfg_cli cfg_cli;
Dtest_lcd.c106 static struct bt_mesh_cfg_cli cfg_cli;
Dmesh_test.c158 static struct bt_mesh_cfg_cli cfg_cli;
Dtest_provision.c115 BT_MESH_MODEL_CFG_CLI(&(struct bt_mesh_cfg_cli){}),
138 BT_MESH_MODEL_CFG_CLI(&(struct bt_mesh_cfg_cli){}),
Dtest_access.c209 static struct bt_mesh_cfg_cli cfg_cli;
Dtest_blob.c231 static struct bt_mesh_cfg_cli cfg_cli;
Dtest_dfu.c51 static struct bt_mesh_cfg_cli cfg_cli;
Dtest_beacon.c72 static struct bt_mesh_cfg_cli cfg_cli;
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmain.c50 static struct bt_mesh_cfg_cli cfg_cli = {
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c91 static void cfg_cli_app_key_status_cb(struct bt_mesh_cfg_cli *cli, uint16_t in cfg_cli_app_key_status_cb()
158 static struct bt_mesh_cfg_cli cfg_cli = {
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c27 static struct bt_mesh_cfg_cli cfg_cli = {
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c77 static struct bt_mesh_cfg_cli cfg_cli = {
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c29 LOG_MODULE_REGISTER(bt_mesh_cfg_cli);
49 static struct bt_mesh_cfg_cli *cli;
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c727 static struct bt_mesh_cfg_cli cfg_cli = {