/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | local_operation.c | 143 const uint8_t *bt_mesh_node_get_local_app_key(uint16_t app_idx) in bt_mesh_node_get_local_app_key() 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() 299 uint16_t cid, uint16_t app_idx) in bt_mesh_node_bind_app_key_to_model()
|
D | provisioner_main.c | 799 struct bt_mesh_app_key *bt_mesh_provisioner_app_key_find(uint16_t app_idx) in bt_mesh_provisioner_app_key_find() 817 static int provisioner_check_app_key(const uint8_t app_key[16], uint16_t *app_idx) in provisioner_check_app_key() 839 static int provisioner_check_app_idx(uint16_t app_idx, bool exist) in provisioner_check_app_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() 1142 static void model_unbind(struct bt_mesh_model *model, uint16_t app_idx, bool store) in model_unbind() 1164 uint16_t app_idx; member 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() 1411 uint16_t cid, uint16_t app_idx) in bt_mesh_provisioner_bind_local_model_app_idx()
|
D | fast_prov.c | 61 struct bt_mesh_app_key *bt_mesh_fast_prov_app_key_find(uint16_t app_idx) in bt_mesh_fast_prov_app_key_find() 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 | test.h | 29 uint16_t app_idx; member
|
D | cfg_cli.c | 792 uint16_t net_idx, uint16_t app_idx, in bt_mesh_cfg_app_key_add() 810 uint16_t elem_addr, uint16_t app_idx, in bt_mesh_cfg_mod_app_bind() 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() 1162 uint16_t elem_addr, uint16_t app_idx, in bt_mesh_cfg_mod_app_unbind()
|
D | cfg_srv.c | 184 static bool app_key_is_valid(uint16_t app_idx) in app_key_is_valid() 201 uint16_t app_idx) in mod_pub_app_key_bound() 216 uint16_t app_idx, uint8_t cred_flag, uint8_t ttl, uint8_t period, in _mod_pub_set() 352 struct bt_mesh_app_key *bt_mesh_app_key_alloc(uint16_t app_idx) in bt_mesh_app_key_alloc() 367 static uint8_t app_key_set(uint16_t net_idx, uint16_t app_idx, const uint8_t val[16], in app_key_set() 526 uint16_t app_idx; member 2517 uint16_t elem_addr, uint16_t app_idx, in create_mod_app_status()
|
D | settings.c | 503 uint16_t app_idx = net_buf_simple_pull_le16(buf); in app_key_set() local 890 uint16_t app_idx = 0U; in p_app_idx_set() local 1032 uint16_t app_idx = net_buf_simple_pull_le16(buf); in p_app_key_set() local 1716 static void clear_app_key(uint16_t app_idx) in clear_app_key() 2483 void bt_mesh_clear_p_app_key(uint16_t app_idx) in bt_mesh_clear_p_app_key()
|
D | friend.c | 55 uint16_t app_idx; member 382 uint16_t app_idx = FRIEND_ADV(buf)->app_idx; in unseg_app_sdu_unpack() local
|
D | transport.c | 581 struct bt_mesh_app_key *bt_mesh_app_key_find(uint16_t app_idx) in bt_mesh_app_key_find() 1972 int bt_mesh_app_key_get(const struct bt_mesh_subnet *subnet, uint16_t app_idx,
|
D | access.c | 975 struct bt_mesh_app_key *bt_mesh_tx_appkey_get(uint8_t role, uint16_t app_idx) in bt_mesh_tx_appkey_get()
|
D | net.h | 37 uint16_t app_idx; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_local_data_operation_api.c | 132 const uint8_t *esp_ble_mesh_node_get_local_app_key(uint16_t app_idx) in esp_ble_mesh_node_get_local_app_key() 159 … esp_ble_mesh_node_add_local_app_key(const uint8_t app_key[16], uint16_t net_idx, uint16_t app_idx) in esp_ble_mesh_node_add_local_app_key() 183 uint16_t model_id, uint16_t app_idx) in esp_ble_mesh_node_bind_app_key_to_local_model()
|
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() 449 …err_t esp_ble_mesh_provisioner_bind_app_key_to_local_model(uint16_t element_addr, uint16_t app_idx, in esp_ble_mesh_provisioner_bind_app_key_to_local_model() 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()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_cli.h | 74 uint16_t app_idx; member 159 uint16_t app_idx; member 165 uint16_t app_idx; member 174 uint16_t app_idx; member 226 struct net_buf_simple *app_idx; member 240 struct net_buf_simple *app_idx; member
|
D | cfg_srv.h | 89 uint16_t app_idx; member 100 uint16_t app_idx; member 162 uint16_t app_idx; member 167 uint16_t app_idx; member 172 uint16_t app_idx; member 180 uint16_t app_idx; member 186 uint16_t app_idx; member
|
D | mesh_access.h | 139 uint16_t app_idx; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_config_model_api.h | 176 uint16_t app_idx; /*!< The app key index */ member 283 uint16_t app_idx; /*!< The app key index */ member 290 uint16_t app_idx; /*!< The app key index */ member 443 uint16_t app_idx; /*!< Index of the application key */ member 471 uint16_t app_idx; /*!< Index of the application key */ member 478 uint16_t app_idx; /*!< Index of the application key */ member 534 …struct net_buf_simple *app_idx; /*!< A list of AppKey indexes that are bound to the NetKey ide… member 550 struct net_buf_simple *app_idx; /*!< All AppKey indexes bound to the Model */ member 616 uint16_t app_idx; /*!< AppKey Index */ member 661 uint16_t app_idx; /*!< AppKey Index */ member [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/ |
D | btc_ble_mesh_prov.h | 123 uint16_t app_idx; member 129 uint16_t app_idx; member 188 uint16_t app_idx; member 193 uint16_t app_idx; member 199 uint16_t app_idx; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/ |
D | esp_ble_mesh_defs.h | 381 uint16_t app_idx:12, /*!< Publish AppKey Index. */ member 525 uint16_t app_idx; member 1019 uint16_t app_idx; /*!< AppKey Index */ member 1027 uint16_t app_idx; /*!< AppKey Index */ member 1179 uint16_t app_idx; /*!< AppKey Index */ member 1187 uint16_t app_idx; /*!< AppKey Index */ member 1195 uint16_t app_idx; /*!< AppKey Index */ member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 668 const uint8_t *btc_ble_mesh_node_get_local_app_key(uint16_t app_idx) in btc_ble_mesh_node_get_local_app_key()
|