Searched refs:bt_mesh_cfg_cli (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 27 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/ |
D | cfg_cli.rst | 26 .. doxygengroup:: bt_mesh_cfg_cli
|
/Zephyr-latest/tests/bluetooth/mesh_shell/src/ |
D | main.c | 17 static struct bt_mesh_cfg_cli cfg_cli;
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_suspend.c | 110 static struct bt_mesh_cfg_cli cfg_cli_dut; 129 static struct bt_mesh_cfg_cli cfg_cli_tester;
|
D | test_op_agg.c | 55 static struct bt_mesh_cfg_cli cfg_cli;
|
D | test_proxy_sol.c | 30 static struct bt_mesh_cfg_cli cfg_cli;
|
D | test_sar.c | 75 static struct bt_mesh_cfg_cli cfg_cli;
|
D | test_cdp1.c | 57 static struct bt_mesh_cfg_cli cfg_cli;
|
D | test_lcd.c | 106 static struct bt_mesh_cfg_cli cfg_cli;
|
D | mesh_test.c | 158 static struct bt_mesh_cfg_cli cfg_cli;
|
D | test_provision.c | 115 BT_MESH_MODEL_CFG_CLI(&(struct bt_mesh_cfg_cli){}), 138 BT_MESH_MODEL_CFG_CLI(&(struct bt_mesh_cfg_cli){}),
|
D | test_access.c | 209 static struct bt_mesh_cfg_cli cfg_cli;
|
D | test_blob.c | 231 static struct bt_mesh_cfg_cli cfg_cli;
|
D | test_dfu.c | 51 static struct bt_mesh_cfg_cli cfg_cli;
|
D | test_beacon.c | 72 static struct bt_mesh_cfg_cli cfg_cli;
|
/Zephyr-latest/samples/bluetooth/mesh_demo/src/ |
D | main.c | 50 static struct bt_mesh_cfg_cli cfg_cli = {
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | mesh.c | 91 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/ |
D | main.c | 27 static struct bt_mesh_cfg_cli cfg_cli = {
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 77 static struct bt_mesh_cfg_cli cfg_cli = {
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_cli.c | 29 LOG_MODULE_REGISTER(bt_mesh_cfg_cli); 49 static struct bt_mesh_cfg_cli *cli;
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 727 static struct bt_mesh_cfg_cli cfg_cli = {
|