Lines Matching full:pub
51 /** @brief Optional callback for Model Pub status messages.
53 * Handles received Model Pub status messages from a server.
61 * @param pub Publication configuration parameters.
65 struct bt_mesh_cfg_cli_mod_pub *pub);
307 /** @brief Optional callback for Heartbeat pub status messages.
309 * Handles received Heartbeat pub status messages from a server.
314 * @param pub HB publication configuration parameters.
317 struct bt_mesh_cfg_cli_hb_pub *pub);
1013 * @p pub as NULL. This way the method will not wait for response
1020 * @param pub Publication parameter return buffer.
1026 uint16_t mod_id, struct bt_mesh_cfg_cli_mod_pub *pub,
1032 * and @p pub as NULL. This way the method will not wait for response
1040 * @param pub Publication parameter return buffer.
1047 struct bt_mesh_cfg_cli_mod_pub *pub, uint8_t *status);
1055 * @p pub shall not be NULL.
1061 * @param pub Publication parameters.
1067 uint16_t mod_id, struct bt_mesh_cfg_cli_mod_pub *pub,
1076 * @p pub shall not be NULL.
1083 * @param pub Publication parameters.
1090 struct bt_mesh_cfg_cli_mod_pub *pub, uint8_t *status);
1433 * @p pub shall not be NULL;
1437 * @param pub New Heartbeat publication parameters.
1443 const struct bt_mesh_cfg_cli_hb_pub *pub, uint8_t *status);
1448 * and @p pub as NULL. This way the method will not wait for response
1453 * @param pub Heartbeat publication parameter return buffer.
1458 int bt_mesh_cfg_cli_hb_pub_get(uint16_t net_idx, uint16_t addr, struct bt_mesh_cfg_cli_hb_pub *pub,