Home
last modified time | relevance | path

Searched defs:sub (Results 1 – 25 of 27) sorted by relevance

12

/subsys/bluetooth/mesh/
A Dsubnet.c93 const struct bt_mesh_subnet *sub; in store_subnet() local
266 struct bt_mesh_subnet *sub = NULL; in subnet_alloc() local
422 struct bt_mesh_subnet *sub; in bt_mesh_subnet_update() local
466 struct bt_mesh_subnet *sub; in bt_mesh_subnet_del() local
520 struct bt_mesh_subnet *sub; in bt_mesh_subnet_kr_phase_set() local
552 struct bt_mesh_subnet *sub; in bt_mesh_subnet_kr_phase_get() local
568 struct bt_mesh_subnet *sub; in bt_mesh_subnet_node_id_set() local
610 struct bt_mesh_subnet *sub; in bt_mesh_subnet_node_id_get() local
630 struct bt_mesh_subnet *sub; in bt_mesh_subnet_priv_node_id_set() local
673 struct bt_mesh_subnet *sub; in bt_mesh_subnet_priv_node_id_get() local
[all …]
A Dbeacon.c108 void bt_mesh_beacon_cache_clear(struct bt_mesh_subnet *sub) in bt_mesh_beacon_cache_clear()
138 static int secure_beacon_create(struct bt_mesh_subnet *sub, in secure_beacon_create()
197 static int private_beacon_update(struct bt_mesh_subnet *sub) in private_beacon_update()
215 static int private_beacon_create(struct bt_mesh_subnet *sub, in private_beacon_create()
266 int (*beacon_create)(struct bt_mesh_subnet *sub, in net_beacon_send()
306 static int net_beacon_for_subnet_send(struct bt_mesh_subnet *sub) in net_beacon_for_subnet_send()
622 static void net_beacon_recv(struct bt_mesh_subnet *sub, in net_beacon_recv()
650 bool (*matcher)(struct bt_mesh_subnet *sub, in net_beacon_resolve()
653 struct bt_mesh_subnet *sub; in net_beacon_resolve() local
749 void bt_mesh_beacon_update(struct bt_mesh_subnet *sub) in bt_mesh_beacon_update()
[all …]
A Dproxy_srv.c318 struct bt_mesh_subnet *sub) in beacon_send()
355 void bt_mesh_proxy_beacon_send(struct bt_mesh_subnet *sub) in bt_mesh_proxy_beacon_send()
372 static void identity_enabled(struct bt_mesh_subnet *sub) in identity_enabled()
384 static void node_id_start(struct bt_mesh_subnet *sub) in node_id_start()
393 static void private_node_id_start(struct bt_mesh_subnet *sub) in private_node_id_start()
414 void bt_mesh_proxy_identity_stop(struct bt_mesh_subnet *sub) in bt_mesh_proxy_identity_stop()
638 static bool is_sub_proxy_active(struct bt_mesh_subnet *sub) in is_sub_proxy_active()
675 static void proxy_adv_timeout_eval(struct bt_mesh_subnet *sub) in proxy_adv_timeout_eval()
788 struct bt_mesh_subnet *sub; member
798 struct bt_mesh_subnet *sub; in gatt_proxy_advertise() local
[all …]
A Dsolicitation.c57 static int srpl_entry_save(struct bt_mesh_subnet *sub, uint32_t sseq, uint16_t ssrc) in srpl_entry_save()
138 static bool sol_pdu_decrypt(struct bt_mesh_subnet *sub, void *data) in sol_pdu_decrypt()
182 struct bt_mesh_subnet *sub; in bt_mesh_sol_recv() local
269 struct bt_mesh_subnet *sub; in bt_mesh_proxy_solicit() local
298 static int sol_pdu_create(struct bt_mesh_subnet *sub, struct net_buf_simple *pdu) in sol_pdu_create()
484 static bool sol_subnet_find(struct bt_mesh_subnet *sub, void *cb_data) in sol_subnet_find()
494 struct bt_mesh_subnet *sub; in bt_mesh_sol_send() local
A Dproxy_cli.c160 static bool proxy_srv_check_and_get(struct bt_mesh_subnet *sub, const uint8_t *net_id, in proxy_srv_check_and_get()
206 static bool is_hash_equal(struct bt_mesh_subnet *sub, struct find_net_id *res, uint8_t idx) in is_hash_equal()
226 static bool has_net_id(struct bt_mesh_subnet *sub, void *user_data) in has_net_id()
250 struct bt_mesh_subnet *sub; in handle_net_id() local
378 static void subnet_evt(struct bt_mesh_subnet *sub, enum bt_mesh_key_evt evt) in subnet_evt()
A Dcdb.c278 struct bt_mesh_cdb_subnet *sub; in cdb_subnet_set() local
483 static void store_cdb_subnet(const struct bt_mesh_cdb_subnet *sub) in store_cdb_subnet()
652 static void update_cdb_subnet_settings(const struct bt_mesh_cdb_subnet *sub, in update_cdb_subnet_settings()
734 struct bt_mesh_cdb_subnet *sub; in bt_mesh_cdb_create() local
814 struct bt_mesh_cdb_subnet *sub; in bt_mesh_cdb_subnet_alloc() local
836 void bt_mesh_cdb_subnet_del(struct bt_mesh_cdb_subnet *sub, bool store) in bt_mesh_cdb_subnet_del()
863 void bt_mesh_cdb_subnet_store(const struct bt_mesh_cdb_subnet *sub) in bt_mesh_cdb_subnet_store()
870 uint8_t bt_mesh_cdb_subnet_flags(const struct bt_mesh_cdb_subnet *sub) in bt_mesh_cdb_subnet_flags()
885 int bt_mesh_cdb_subnet_key_import(struct bt_mesh_cdb_subnet *sub, int key_idx, in bt_mesh_cdb_subnet_key_import()
897 int bt_mesh_cdb_subnet_key_export(const struct bt_mesh_cdb_subnet *sub, int key_idx, in bt_mesh_cdb_subnet_key_export()
[all …]
A Dsubnet.h27 #define SUBNET_KEY_TX_IDX(sub) ((sub)->kr_phase == BT_MESH_KR_PHASE_2) argument
228 bt_mesh_subnet_has_new_key(const struct bt_mesh_subnet *sub) in bt_mesh_subnet_has_new_key()
A Dapp_keys.c295 struct bt_mesh_subnet *sub; in bt_mesh_app_key_update() local
473 struct bt_mesh_subnet **sub, in bt_mesh_keys_resolve()
619 static void subnet_evt(struct bt_mesh_subnet *sub, enum bt_mesh_key_evt evt) in subnet_evt()
A Dnet.h171 struct bt_mesh_subnet *sub; member
262 struct bt_mesh_subnet *sub; member
276 struct bt_mesh_subnet *sub; member
A Dbrg_cfg.c168 static void brg_tbl_netkey_removed_evt(struct bt_mesh_subnet *sub, enum bt_mesh_key_evt evt) in brg_tbl_netkey_removed_evt()
A Dlpn.c1050 struct bt_mesh_subnet *sub = rx->sub; in bt_mesh_lpn_friend_update() local
1145 static void subnet_evt(struct bt_mesh_subnet *sub, enum bt_mesh_key_evt evt) in subnet_evt()
A Dmain.c668 struct bt_mesh_subnet *sub = bt_mesh_subnet_next(NULL); in bt_mesh_start() local
A Dcfg.c165 static bool node_id_is_running(struct bt_mesh_subnet *sub, void *cb_data) in node_id_is_running()
A Dprovisionee.c493 struct bt_mesh_subnet *sub = bt_mesh_subnet_get(net_idx); in refresh_is_valid() local
A Dtransport.c69 struct bt_mesh_subnet *sub; member
98 struct bt_mesh_subnet *sub; member
1103 static int send_ack(struct bt_mesh_subnet *sub, uint16_t src, uint16_t dst, in send_ack()
A Dheartbeat.c34 static struct bt_mesh_hb_sub sub; variable
A Dnet.c110 struct bt_mesh_subnet *sub; member
766 static bool find_subnet_cb(struct bt_mesh_subnet *sub, void *cb_data) in find_subnet_cb()
A Dprovisioner.c495 struct bt_mesh_cdb_subnet *sub; in send_prov_data() local
A Dcfg_srv.c2362 const struct bt_mesh_hb_sub *sub) in hb_sub_send_status()
2389 struct bt_mesh_hb_sub sub; in heartbeat_sub_get() local
2403 struct bt_mesh_hb_sub sub; in heartbeat_sub_set() local
A Dfriend.c1298 static void subnet_evt(struct bt_mesh_subnet *sub, enum bt_mesh_key_evt evt) in subnet_evt()
1790 void bt_mesh_friend_clear_incomplete(struct bt_mesh_subnet *sub, uint16_t src, in bt_mesh_friend_clear_incomplete()
/subsys/pm/policy/
A Dpolicy_state_lock.c142 static struct pm_policy_latency_subscription sub; in pm_policy_latency_init() local
/subsys/zbus/
A Dzbus.c496 int zbus_sub_wait(const struct zbus_observer *sub, const struct zbus_channel **chan, in zbus_sub_wait()
510 int zbus_sub_wait_msg(const struct zbus_observer *sub, const struct zbus_channel **chan, void *msg, in zbus_sub_wait_msg()
/subsys/bluetooth/host/
A Dgatt.c3604 struct gatt_sub *sub; in gatt_sub_add() local
3635 struct gatt_sub *sub; in gatt_sub_add_by_addr() local
3683 struct gatt_sub *sub; in bt_gatt_notification() local
3700 struct gatt_sub *sub; in bt_gatt_mult_notification() local
3745 struct gatt_sub *sub; in remove_subscriptions() local
5355 struct gatt_sub *sub; in gatt_write_ccc_rsp() local
5479 struct gatt_sub *sub; in bt_gatt_subscribe() local
5553 struct gatt_sub *sub; in bt_gatt_resubscribe() local
5581 struct gatt_sub *sub; in bt_gatt_unsubscribe() local
5689 struct gatt_sub *sub; in add_subscriptions() local
[all …]
/subsys/bluetooth/mesh/shell/
A Dcfg.c1666 static void hb_sub_print(const struct shell *sh, struct bt_mesh_cfg_cli_hb_sub *sub) in hb_sub_print()
1681 struct bt_mesh_cfg_cli_hb_sub sub; in hb_sub_get() local
1703 struct bt_mesh_cfg_cli_hb_sub sub; in hb_sub_set() local
A Dshell.c950 struct bt_mesh_cdb_subnet *sub; in cmd_provision_local() local
1387 struct bt_mesh_cdb_subnet *sub; in cmd_cdb_subnet_add() local
1430 struct bt_mesh_cdb_subnet *sub; in cmd_cdb_subnet_del() local

Completed in 62 milliseconds

12