/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | fast_prov.c | 39 struct bt_mesh_subnet *bt_mesh_fast_prov_subnet_get(uint16_t net_idx) in bt_mesh_fast_prov_subnet_get() 85 uint8_t bt_mesh_set_fast_prov_net_idx(uint16_t net_idx) in bt_mesh_set_fast_prov_net_idx() 101 uint16_t net_idx = 0U; in bt_mesh_fast_prov_net_key_add() local 117 const uint8_t *bt_mesh_fast_prov_net_key_get(uint16_t net_idx) in bt_mesh_fast_prov_net_key_get() 130 const uint8_t *bt_mesh_get_fast_prov_app_key(uint16_t net_idx, uint16_t app_idx) in bt_mesh_get_fast_prov_app_key()
|
D | provisioner_main.c | 312 uint8_t element_num, uint16_t net_idx, in bt_mesh_provisioner_provision() 709 const uint8_t *bt_mesh_provisioner_net_key_get(uint16_t net_idx) in bt_mesh_provisioner_net_key_get() 730 struct bt_mesh_subnet *bt_mesh_provisioner_subnet_get(uint16_t net_idx) in bt_mesh_provisioner_subnet_get() 879 static int provisioner_check_net_key(const uint8_t net_key[16], uint16_t *net_idx) in provisioner_check_net_key() 901 static int provisioner_check_net_idx(uint16_t net_idx, bool exist) in provisioner_check_net_idx() 942 uint16_t net_idx, uint16_t *app_idx) in bt_mesh_provisioner_local_app_key_add() 1039 uint16_t net_idx, uint16_t app_idx) in bt_mesh_provisioner_local_app_key_update() 1082 const uint8_t *bt_mesh_provisioner_local_app_key_get(uint16_t net_idx, uint16_t app_idx) in bt_mesh_provisioner_local_app_key_get() 1176 int bt_mesh_provisioner_local_app_key_del(uint16_t net_idx, uint16_t app_idx, bool store) in bt_mesh_provisioner_local_app_key_del() 1215 int bt_mesh_provisioner_local_net_key_add(const uint8_t net_key[16], uint16_t *net_idx) in bt_mesh_provisioner_local_net_key_add() [all …]
|
D | local_operation.c | 125 const uint8_t *bt_mesh_node_get_local_net_key(uint16_t net_idx) in bt_mesh_node_get_local_net_key() 161 int bt_mesh_node_local_net_key_add(uint16_t net_idx, const uint8_t net_key[16]) in bt_mesh_node_local_net_key_add() 233 int bt_mesh_node_local_app_key_add(uint16_t net_idx, uint16_t app_idx, in bt_mesh_node_local_app_key_add()
|
D | cfg_cli.c | 775 uint16_t net_idx, const uint8_t net_key[16]) in bt_mesh_cfg_net_key_add() 792 uint16_t net_idx, uint16_t app_idx, in bt_mesh_cfg_app_key_add() 1079 uint16_t net_idx, const uint8_t net_key[16]) in bt_mesh_cfg_net_key_update() 1095 int bt_mesh_cfg_net_key_delete(bt_mesh_client_common_param_t *param, uint16_t net_idx) in bt_mesh_cfg_net_key_delete() 1106 uint16_t net_idx, uint16_t app_idx, in bt_mesh_cfg_app_key_update() 1124 uint16_t net_idx, uint16_t app_idx) in bt_mesh_cfg_app_key_delete() 1134 int bt_mesh_cfg_app_key_get(bt_mesh_client_common_param_t *param, uint16_t net_idx) in bt_mesh_cfg_app_key_get() 1139 int bt_mesh_cfg_node_identity_get(bt_mesh_client_common_param_t *param, uint16_t net_idx) in bt_mesh_cfg_node_identity_get() 1145 uint16_t net_idx, uint8_t identity) in bt_mesh_cfg_node_identity_set() 1209 int bt_mesh_cfg_kr_phase_get(bt_mesh_client_common_param_t *param, uint16_t net_idx) in bt_mesh_cfg_kr_phase_get() [all …]
|
D | friend.c | 71 static struct bt_mesh_subnet *friend_subnet_get(uint16_t net_idx) in friend_subnet_get() 99 struct bt_mesh_friend *bt_mesh_friend_find(uint16_t net_idx, uint16_t lpn_addr, in bt_mesh_friend_find() 204 void bt_mesh_friend_clear_net_idx(uint16_t net_idx) in bt_mesh_friend_clear_net_idx() 223 void bt_mesh_friend_sec_update(uint16_t net_idx) in bt_mesh_friend_sec_update() 1471 static bool friend_lpn_matches(struct bt_mesh_friend *frnd, uint16_t net_idx, in friend_lpn_matches() 1497 bool bt_mesh_friend_match(uint16_t net_idx, uint16_t addr) in bt_mesh_friend_match() 1547 bool bt_mesh_friend_queue_has_space(uint16_t net_idx, uint16_t src, uint16_t dst, in bt_mesh_friend_queue_has_space()
|
D | proxy_client.c | 46 uint16_t net_idx; member 701 int bt_mesh_proxy_client_connect(const uint8_t addr[6], uint8_t addr_type, uint16_t net_idx) in bt_mesh_proxy_client_connect() 832 static int send_proxy_cfg(struct bt_mesh_conn *conn, uint16_t net_idx, struct bt_mesh_proxy_cfg_pdu… in send_proxy_cfg() 935 int bt_mesh_proxy_client_cfg_send(uint8_t conn_handle, uint16_t net_idx, in bt_mesh_proxy_client_cfg_send()
|
D | test.h | 23 uint16_t net_idx; member
|
D | settings.c | 86 uint16_t net_idx:12, member 123 uint16_t net_idx; member 165 uint16_t net_idx; member 408 static struct bt_mesh_subnet *subnet_alloc(uint16_t net_idx) in subnet_alloc() 443 uint16_t net_idx = net_buf_simple_pull_le16(buf); in net_key_set() local 865 uint16_t net_idx = 0U; in p_net_idx_set() local 972 uint16_t net_idx = net_buf_simple_pull_le16(buf); in p_net_key_set() local 1734 static void clear_net_key(uint16_t net_idx) in clear_net_key() 2467 void bt_mesh_clear_p_subnet(uint16_t net_idx) in bt_mesh_clear_p_subnet()
|
D | net.c | 147 struct bt_mesh_subnet *bt_mesh_subnet_get(uint16_t net_idx) in bt_mesh_subnet_get() 258 void friend_cred_refresh(uint16_t net_idx) in friend_cred_refresh() 349 int friend_cred_del(uint16_t net_idx, uint16_t addr) in friend_cred_del() 1596 uint16_t net_idx = bt_mesh.sub[0].net_idx; in bt_mesh_net_start() local
|
D | provisioner_main.h | 31 uint16_t net_idx; /* Node NetKey Index */ member
|
D | provisioner_prov.h | 49 uint16_t net_idx; member
|
D | net.h | 36 uint16_t net_idx; member 52 uint16_t net_idx; /* NetKeyIndex */ member 106 uint16_t net_idx; member 383 uint16_t net_idx; member
|
D | proxy_client.h | 33 uint16_t net_idx; member
|
D | main.c | 38 int bt_mesh_provision(const uint8_t net_key[16], uint16_t net_idx, in bt_mesh_provision()
|
D | beacon.c | 81 uint16_t net_idx = BLE_MESH_KEY_UNUSED; in beacon_complete() local
|
D | prov.c | 1192 uint16_t net_idx = 0U; in prov_data() local 1857 void bt_mesh_prov_complete(uint16_t net_idx, const uint8_t net_key[16], in bt_mesh_prov_complete()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_proxy_api.c | 56 uint16_t net_idx) in esp_ble_mesh_proxy_client_connect() 96 esp_err_t esp_ble_mesh_proxy_client_set_filter_type(uint8_t conn_handle, uint16_t net_idx, in esp_ble_mesh_proxy_client_set_filter_type() 120 esp_err_t esp_ble_mesh_proxy_client_add_filter_addr(uint8_t conn_handle, uint16_t net_idx, in esp_ble_mesh_proxy_client_add_filter_addr() 145 esp_err_t esp_ble_mesh_proxy_client_remove_filter_addr(uint8_t conn_handle, uint16_t net_idx, in esp_ble_mesh_proxy_client_remove_filter_addr()
|
D | esp_ble_mesh_networking_api.c | 399 uint16_t net_idx, uint16_t app_idx) in esp_ble_mesh_provisioner_add_local_app_key() 422 uint16_t net_idx, uint16_t app_idx) in esp_ble_mesh_provisioner_update_local_app_key() 444 const uint8_t *esp_ble_mesh_provisioner_get_local_app_key(uint16_t net_idx, uint16_t app_idx) in esp_ble_mesh_provisioner_get_local_app_key() 473 esp_err_t esp_ble_mesh_provisioner_add_local_net_key(const uint8_t net_key[16], uint16_t net_idx) in esp_ble_mesh_provisioner_add_local_net_key() 498 esp_err_t esp_ble_mesh_provisioner_update_local_net_key(const uint8_t net_key[16], uint16_t net_idx) in esp_ble_mesh_provisioner_update_local_net_key() 519 const uint8_t *esp_ble_mesh_provisioner_get_local_net_key(uint16_t net_idx) in esp_ble_mesh_provisioner_get_local_net_key() 766 const uint8_t *esp_ble_mesh_get_fast_prov_app_key(uint16_t net_idx, uint16_t app_idx) in esp_ble_mesh_get_fast_prov_app_key()
|
D | esp_ble_mesh_local_data_operation_api.c | 127 const uint8_t *esp_ble_mesh_node_get_local_net_key(uint16_t net_idx) in esp_ble_mesh_node_get_local_net_key() 137 esp_err_t esp_ble_mesh_node_add_local_net_key(const uint8_t net_key[16], uint16_t net_idx) in esp_ble_mesh_node_add_local_net_key() 159 esp_err_t esp_ble_mesh_node_add_local_app_key(const uint8_t app_key[16], uint16_t net_idx, uint16_t… in esp_ble_mesh_node_add_local_app_key()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_config_model_api.h | 65 uint16_t net_idx; /*!< NetKey Index used by Heartbeat Publication */ member 110 uint16_t net_idx; /*!< The network key index */ member 115 uint16_t net_idx; /*!< The network key index */ member 133 uint16_t net_idx; /*!< The network key index */ member 169 uint16_t net_idx; /*!< The network key index */ member 175 uint16_t net_idx; /*!< The network key index */ member 271 uint16_t net_idx; /*!< The network key index */ member 277 uint16_t net_idx; /*!< The network key index */ member 282 uint16_t net_idx; /*!< The network key index */ member 289 uint16_t net_idx; /*!< The network key index */ member [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_cli.h | 129 uint16_t net_idx; member 153 uint16_t net_idx; member 158 uint16_t net_idx; member 208 uint16_t net_idx; member 220 struct net_buf_simple *net_idx; member 225 uint16_t net_idx; member 231 uint16_t net_idx; member 245 uint16_t net_idx; member
|
D | cfg_srv.h | 47 uint16_t net_idx; member 150 uint16_t net_idx; member 154 uint16_t net_idx; member 158 uint16_t net_idx; member 161 uint16_t net_idx; member 166 uint16_t net_idx; member 171 uint16_t net_idx; member 175 uint16_t net_idx; member 194 uint16_t net_idx; member 203 uint16_t net_idx; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/ |
D | btc_ble_mesh_prov.h | 118 uint16_t net_idx; member 122 uint16_t net_idx; member 187 uint16_t net_idx; member 192 uint16_t net_idx; member 203 uint16_t net_idx; member 207 uint16_t net_idx; member 254 uint16_t net_idx; member 276 uint16_t net_idx; member 283 uint16_t net_idx; member 288 uint16_t net_idx; member [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 638 static void btc_ble_mesh_complete_cb(uint16_t net_idx, const uint8_t net_key[16], in btc_ble_mesh_complete_cb() 663 const uint8_t *btc_ble_mesh_node_get_local_net_key(uint16_t net_idx) in btc_ble_mesh_node_get_local_net_key() 965 uint8_t conn_handle, uint16_t net_idx) in btc_ble_mesh_proxy_client_connect_cb() 986 uint16_t net_idx, uint8_t reason) in btc_ble_mesh_proxy_client_disconnect_cb() 1007 …tc_ble_mesh_proxy_client_filter_status_recv_cb(uint8_t conn_handle, uint16_t src, uint16_t net_idx, in btc_ble_mesh_proxy_client_filter_status_recv_cb()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/ |
D | esp_ble_mesh_defs.h | 522 uint16_t net_idx; member 735 uint16_t net_idx; /*!< NetKey Index */ member 753 uint16_t net_idx; /*!< Node NetKey Index */ member 768 uint16_t net_idx; /*!< Netkey index used for fast provisioning */ member 958 uint16_t net_idx; /*!< NetKey Index */ member 1011 uint16_t net_idx; /*!< NetKey Index */ member 1018 uint16_t net_idx; /*!< NetKey Index */ member 1178 uint16_t net_idx; /*!< NetKey Index */ member 1186 uint16_t net_idx; /*!< NetKey Index */ member 1204 uint16_t net_idx; /*!< NetKey Index */ member [all …]
|