/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | cfg_cli.c | 204 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 D | provisioner_main.c | 360 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 D | health_cli.c | 223 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 D | friend.c | 128 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 D | net.c | 175 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 D | main.c | 50 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 D | settings.c | 86 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 D | prov.c | 1136 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 D | provisioner_prov.c | 382 u16_t net_idx; member 450 … u16_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 D | cfg_srv.c | 420 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 D | provisioner_main.h | 34 u16_t net_idx; /* Node provision net_idx */ member
|
A D | provisioner_prov.h | 79 u16_t net_idx; member 96 u16_t net_idx; /* Netkey index got during provisioning */ member
|
A D | net.h | 38 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 D | mesh.c | 101 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 D | genie_mesh.c | 132 static void mesh_provision_complete(u16_t net_idx, u16_t addr) in mesh_provision_complete()
|
A D | genie_provision.c | 317 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 D | cfg_cli.h | 207 u16_t net_idx; member
|
A D | cfg_srv.h | 45 u16_t net_idx; member
|
A D | access.h | 132 u16_t net_idx; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_provisioner/include/ |
A D | mesh_provisioner.h | 20 uint16_t net_idx; member
|
/AliOS-Things-master/components/genie_service/core/inc/ |
A D | genie_storage.h | 60 uint16_t net_idx; member
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 64 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 D | mesh_node.c | 396 static void prov_complete(uint16_t net_idx, uint16_t addr) in prov_complete()
|