Home
last modified time | relevance | path

Searched defs:pub (Results 1 – 12 of 12) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dmodel_srv.h17 #define BT_MESH_MODEL_GEN_ONOFF_SRV(srv, pub) \ argument
28 #define BT_MESH_MODEL_GEN_LEVEL_SRV(srv, pub) \ argument
39 #define BT_MESH_MODEL_LIGHT_LIGHTNESS_SRV(srv, pub) \ argument
H A Dmodel_cli.h28 #define BT_MESH_MODEL_GEN_LEVEL_CLI(pub) \ argument
H A Dhealth_srv.h83 #define BT_MESH_MODEL_HEALTH_SRV(srv, pub) \ argument
H A Daccess.h332 struct bt_mesh_model_pub * const pub; member
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Daccess.c109 struct bt_mesh_model_pub *pub = mod->pub; in next_period() local
156 struct bt_mesh_model_pub *pub = mod->pub; in publish_retransmit() local
195 struct bt_mesh_model_pub *pub = ble_npl_event_get_arg(work); in mod_publish() local
665 struct bt_mesh_model_pub *pub = model->pub; in bt_mesh_model_publish() local
H A Dcfg_cli.c270 struct bt_mesh_cfg_mod_pub *pub; member
433 struct bt_mesh_cfg_hb_pub *pub; member
1134 struct bt_mesh_cfg_mod_pub *pub, u8_t *status) in mod_pub_get()
1186 u16_t mod_id, struct bt_mesh_cfg_mod_pub *pub, in bt_mesh_cfg_mod_pub_get()
1195 struct bt_mesh_cfg_mod_pub *pub, u8_t *status) in bt_mesh_cfg_mod_pub_get_vnd()
1206 struct bt_mesh_cfg_mod_pub *pub, u8_t *status) in mod_pub_set()
1263 u16_t mod_id, struct bt_mesh_cfg_mod_pub *pub, in bt_mesh_cfg_mod_pub_set()
1272 struct bt_mesh_cfg_mod_pub *pub, u8_t *status) in bt_mesh_cfg_mod_pub_set_vnd()
1367 const struct bt_mesh_cfg_hb_pub *pub, u8_t *status) in bt_mesh_cfg_hb_pub_set()
1413 struct bt_mesh_cfg_hb_pub *pub, u8_t *status) in bt_mesh_cfg_hb_pub_get()
H A Dsettings.c446 struct bt_mesh_hb_pub *pub = bt_mesh_hb_pub_get(); in hb_pub_set() local
584 struct mod_pub_val pub; in mod_set_pub() local
1016 struct bt_mesh_hb_pub *pub = bt_mesh_hb_pub_get(); in store_pending_hb_pub() local
1276 struct mod_pub_val pub; in store_pending_mod_pub() local
H A Dhealth_srv.c344 struct bt_mesh_model_pub *pub = mod->pub; in health_pub_update() local
H A Dshell.c1484 struct bt_mesh_cfg_mod_pub pub; in mod_pub_get() local
1524 struct bt_mesh_cfg_mod_pub pub; in mod_pub_set() local
1690 struct bt_mesh_cfg_hb_pub pub; in hb_pub_get() local
1717 struct bt_mesh_cfg_hb_pub pub; in hb_pub_set() local
H A Dglue.c461 static uint8_t pub[64]; variable
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_sm_alg.c473 ble_sm_alg_gen_key_pair(uint8_t *pub, uint8_t *priv) in ble_sm_alg_gen_key_pair()
H A Dble_sm_sc.c153 ble_sm_gen_pub_priv(uint8_t *pub, uint8_t *priv) in ble_sm_gen_pub_priv()