Home
last modified time | relevance | path

Searched defs:net_idx (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dcfg_cli.c204 u16_t net_idx; member
210 u16_t net_idx; in net_key_status() local
251 uint16_t net_idx; member
258 u16_t net_idx; in net_krp_status() local
303 u16_t net_idx; member
310 u16_t net_idx, app_idx; in app_key_status() local
988 int bt_mesh_cfg_beacon_get(u16_t net_idx, u16_t addr, u8_t *status) in bt_mesh_cfg_beacon_get()
1001 int bt_mesh_cfg_ttl_get(u16_t net_idx, u16_t addr, u8_t *ttl) in bt_mesh_cfg_ttl_get()
1009 int bt_mesh_cfg_ttl_set(u16_t net_idx, u16_t addr, u8_t val, u8_t *ttl) in bt_mesh_cfg_ttl_set()
1017 int bt_mesh_cfg_friend_get(u16_t net_idx, u16_t addr, u8_t *status) in bt_mesh_cfg_friend_get()
[all …]
A Dprovisioner_main.c360 const u8_t *provisioner_net_key_get(u16_t net_idx) in provisioner_net_key_get()
778 static int provisioner_check_net_key(const u8_t net_key[16], u16_t *net_idx) in provisioner_check_net_key()
800 static int provisioner_check_net_idx(u16_t net_idx, bool exist) in provisioner_check_net_idx()
859 int bt_mesh_provisioner_local_app_key_add(const u8_t app_key[16], u16_t net_idx, u16_t *app_idx) in bt_mesh_provisioner_local_app_key_add()
957 const u8_t *bt_mesh_provisioner_local_app_key_get(u16_t net_idx, u16_t app_idx) in bt_mesh_provisioner_local_app_key_get()
989 int bt_mesh_provisioner_local_app_key_delete(u16_t net_idx, u16_t app_idx) in bt_mesh_provisioner_local_app_key_delete()
1023 int bt_mesh_provisioner_local_net_key_add(const u8_t net_key[16], u16_t *net_idx) in bt_mesh_provisioner_local_net_key_add()
1122 const u8_t *bt_mesh_provisioner_local_net_key_get(u16_t net_idx) in bt_mesh_provisioner_local_net_key_get()
1149 int bt_mesh_provisioner_local_net_key_delete(u16_t net_idx) in bt_mesh_provisioner_local_net_key_delete()
1301 int bt_mesh_provisioner_bind_local_app_net_idx(u16_t net_idx, u16_t app_idx) in bt_mesh_provisioner_bind_local_app_net_idx()
[all …]
A Dhealth_cli.c223 int bt_mesh_health_attention_get(u16_t net_idx, u16_t addr, u16_t app_idx, in bt_mesh_health_attention_get()
260 int bt_mesh_health_attention_set(u16_t net_idx, u16_t addr, u16_t app_idx, in bt_mesh_health_attention_set()
302 int bt_mesh_health_period_get(u16_t net_idx, u16_t addr, u16_t app_idx, in bt_mesh_health_period_get()
339 int bt_mesh_health_period_set(u16_t net_idx, u16_t addr, u16_t app_idx, in bt_mesh_health_period_set()
387 int bt_mesh_health_fault_test(u16_t net_idx, u16_t addr, u16_t app_idx, in bt_mesh_health_fault_test()
439 int bt_mesh_health_fault_clear(u16_t net_idx, u16_t addr, u16_t app_idx, in bt_mesh_health_fault_clear()
491 int bt_mesh_health_fault_get(u16_t net_idx, u16_t addr, u16_t app_idx, in bt_mesh_health_fault_get()
A Dfriend.c128 struct bt_mesh_friend *bt_mesh_friend_find(u16_t net_idx, u16_t lpn_addr, bool valid, bool establis… in bt_mesh_friend_find()
212 void bt_mesh_friend_clear_net_idx(u16_t net_idx) in bt_mesh_friend_clear_net_idx()
231 void bt_mesh_friend_sec_update(u16_t net_idx) in bt_mesh_friend_sec_update()
1187 static bool friend_lpn_matches(struct bt_mesh_friend *frnd, u16_t net_idx, u16_t addr) in friend_lpn_matches()
1212 bool bt_mesh_friend_match(u16_t net_idx, u16_t addr) in bt_mesh_friend_match()
A Dnet.c175 struct bt_mesh_subnet *bt_mesh_subnet_get(u16_t net_idx) in bt_mesh_subnet_get()
280 void friend_cred_refresh(u16_t net_idx) in friend_cred_refresh()
366 int friend_cred_del(u16_t net_idx, u16_t addr) in friend_cred_del()
1429 u16_t net_idx = bt_mesh.sub[0].net_idx; in bt_mesh_net_start() local
A Dmain.c50 int bt_mesh_provision(const u8_t net_key[16], u16_t net_idx, u8_t flags, bt_u32_t iv_index, u16_t a… in bt_mesh_provision()
A Dsettings.c86 u16_t net_idx:12, indefinite:1; member
119 u16_t net_idx; member
327 u16_t net_idx; in net_key_set() local
1287 static void clear_net_key(u16_t net_idx, bool p_key) in clear_net_key()
A Dprov.c1136 u16_t net_idx; in prov_data() local
1752 void bt_mesh_prov_complete(u16_t net_idx, u16_t addr) in bt_mesh_prov_complete()
A Dprovisioner_prov.c382 u16_t net_idx; member
450u16_t net_idx, /* Netkey index got during provisioning */ in provisioner_prov_restore_nodes_info()
1158 u8_t provisioner_temp_prov_set_net_idx(const u8_t *net_key, u16_t net_idx) in provisioner_temp_prov_set_net_idx()
A Dcfg_srv.c420 static u8_t app_key_set(u16_t net_idx, u16_t app_idx, const u8_t val[16], bool update) in app_key_set()
2910 u16_t net_idx; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dprovisioner_main.h34 u16_t net_idx; /* Node provision net_idx */ member
A Dprovisioner_prov.h79 u16_t net_idx; member
96 u16_t net_idx; /* Netkey index got during provisioning */ member
A Dnet.h38 u16_t net_idx; member
60 u16_t net_idx; /* NetKeyIndex */ member
111 u16_t net_idx; member
369 u16_t net_idx; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/
A Dmesh.c101 static void mesh_complete_cb(u16_t net_idx, u16_t addr) in mesh_complete_cb()
615 int ble_stack_mesh_cfg_beacon_get(uint16_t net_idx, uint16_t addr, uint8_t *status) in ble_stack_mesh_cfg_beacon_get()
620 int ble_stack_mesh_cfg_beacon_set(uint16_t net_idx, uint16_t addr, uint8_t val, uint8_t *status) in ble_stack_mesh_cfg_beacon_set()
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_mesh.c132 static void mesh_provision_complete(u16_t net_idx, u16_t addr) in mesh_provision_complete()
A Dgenie_provision.c317 uint16_t net_idx; in genie_provision_ultra_prov_recv_data() local
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dcfg_cli.h207 u16_t net_idx; member
A Dcfg_srv.h45 u16_t net_idx; member
A Daccess.h132 u16_t net_idx; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_provisioner/include/
A Dmesh_provisioner.h20 uint16_t net_idx; member
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_storage.h60 uint16_t net_idx; member
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c64 u16_t net_idx; member
365 static void prov_complete(u16_t net_idx, u16_t addr) in prov_complete()
373 void genie_prov_complete_notify(u16_t net_idx, u16_t addr) in genie_prov_complete_notify()
2135 uint16_t dst_addr, net_idx; in cmd_prov_node_reset() local
2588 u16_t net_idx, addr; in cmd_provision() local
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/
A Dmesh_node.c396 static void prov_complete(uint16_t net_idx, uint16_t addr) in prov_complete()

Completed in 54 milliseconds