Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 90) sorted by relevance

1234

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dsettings_uid.c90 uint16_t index = net_buf_simple_pull_le16(buf); in settings_uid_load() local
154 static int settings_direct_erase(uint8_t index) in settings_direct_erase()
188 static uint8_t settings_index_get(const char *id, uint8_t *index) in settings_index_get()
214 static int settings_open(uint8_t index) in settings_open()
288 int bt_mesh_provisioner_open_settings_with_index(uint8_t index) in bt_mesh_provisioner_open_settings_with_index()
298 int bt_mesh_provisioner_open_settings_with_uid(const char *id, uint8_t *index) in bt_mesh_provisioner_open_settings_with_uid()
333 static int settings_close(uint8_t index, bool erase) in settings_close()
377 int bt_mesh_provisioner_close_settings_with_index(uint8_t index, bool erase) in bt_mesh_provisioner_close_settings_with_index()
387 int bt_mesh_provisioner_close_settings_with_uid(const char *id, bool erase, uint8_t *index) in bt_mesh_provisioner_close_settings_with_uid()
405 static int settings_delete(uint8_t index) in settings_delete()
[all …]
Dprovisioner_main.c256 static int provisioner_store_node(struct bt_mesh_node *node, bool store, uint16_t *index) in provisioner_store_node()
314 const uint8_t dev_key[16], uint16_t *index) in bt_mesh_provisioner_provision()
344 static int provisioner_remove_node(uint16_t index, bool erase) in provisioner_remove_node()
391 static struct bt_mesh_node *provisioner_find_node_with_uuid(const uint8_t uuid[16], uint16_t *index) in provisioner_find_node_with_uuid()
421 uint16_t index = 0U; in bt_mesh_provisioner_remove_node() local
443 static struct bt_mesh_node *provisioner_find_node_with_addr(uint16_t addr, uint16_t *index) in provisioner_find_node_with_addr()
502 uint16_t index = 0U; in bt_mesh_provisioner_delete_node_with_uuid() local
517 uint16_t index = 0U; in bt_mesh_provisioner_delete_node_with_node_addr() local
571 int bt_mesh_provisioner_set_node_name(uint16_t index, const char *name) in bt_mesh_provisioner_set_node_name()
603 const char *bt_mesh_provisioner_get_node_name(uint16_t index) in bt_mesh_provisioner_get_node_name()
Daccess.c511 uint16_t index = 0U; in bt_mesh_elem_find() local
1017 struct bt_mesh_subnet *bt_mesh_rx_netkey_get(size_t index) in bt_mesh_rx_netkey_get()
1070 const uint8_t *bt_mesh_rx_devkey_get(size_t index, uint16_t src) in bt_mesh_rx_devkey_get()
1123 struct bt_mesh_app_key *bt_mesh_rx_appkey_get(size_t index) in bt_mesh_rx_appkey_get()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c109 UINT8 index = 0; in cacheClose() local
118 static bool cacheOpen(BD_ADDR bda, bool to_save, UINT8 *index) in cacheOpen()
146 UINT8 index = 0; in cacheReset() local
246 tBTA_GATT_STATUS bta_gattc_co_cache_open(BD_ADDR server_bda, BOOLEAN to_save, UINT8 *index) in bta_gattc_co_cache_open()
273 tBTA_GATT_STATUS bta_gattc_co_cache_load(tBTA_GATTC_NV_ATTR *attr, UINT8 index) in bta_gattc_co_cache_load()
294 size_t bta_gattc_get_cache_attr_length(UINT8 index) in bta_gattc_get_cache_attr_length()
327 UINT8 index = INVALID_ADDR_NUM; in bta_gattc_co_cache_save() local
499 UINT8 index = 0; in bta_gattc_co_find_hash_in_cache() local
531 UINT8 index = 0; in bta_gattc_co_cache_addr_save() local
590 BOOLEAN bta_gattc_co_cache_new_assoc_list(BD_ADDR src_addr, UINT8 index) in bta_gattc_co_cache_new_assoc_list()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbta_av_co.c196 UINT8 index; in bta_av_co_get_peer() local
460 UINT8 index; in bta_av_audio_sink_getconfig() local
576 UINT8 index; in bta_av_co_audio_getconfig() local
1195 UINT8 index; in bta_av_co_audio_sink_has_scmst() local
1249 int index; in bta_av_co_audio_peer_supports_codec() local
1289 int index; in bta_av_co_audio_peer_src_supports_codec() local
1395 UINT8 index; in bta_av_co_audio_codec_supported() local
1586 UINT8 index, jndex; in bta_av_co_audio_get_sbc_config() local
1702 UINT8 index; in bta_av_co_peer_cp_supported() local
/hal_espressif-latest/components/esp_phy/src/
Dphy_init_esp32hxx.c38 uint8_t index = __builtin_ctz(modem); in phy_record_time() local
51 uint8_t index = __builtin_ctz(modem); in phy_query_used_time() local
66 uint8_t index = __builtin_ctz(modem); in phy_clear_used_time() local
Dphy_init.c170 uint8_t index = __builtin_ctz(modem); in phy_record_time() local
183 uint8_t index = __builtin_ctz(modem); in phy_query_used_time() local
198 uint8_t index = __builtin_ctz(modem); in phy_clear_used_time() local
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c259 esp_err_t esp_ble_mesh_provisioner_set_node_name(uint16_t index, const char *name) in esp_ble_mesh_provisioner_set_node_name()
282 const char *esp_ble_mesh_provisioner_get_node_name(uint16_t index) in esp_ble_mesh_provisioner_get_node_name()
611 esp_err_t esp_ble_mesh_provisioner_open_settings_with_index(uint8_t index) in esp_ble_mesh_provisioner_open_settings_with_index()
653 esp_err_t esp_ble_mesh_provisioner_close_settings_with_index(uint8_t index, bool erase) in esp_ble_mesh_provisioner_close_settings_with_index()
697 esp_err_t esp_ble_mesh_provisioner_delete_settings_with_index(uint8_t index) in esp_ble_mesh_provisioner_delete_settings_with_index()
739 const char *esp_ble_mesh_provisioner_get_settings_uid(uint8_t index) in esp_ble_mesh_provisioner_get_settings_uid()
Desp_ble_mesh_ble_api.c50 esp_err_t esp_ble_mesh_stop_ble_advertising(uint8_t index) in esp_ble_mesh_stop_ble_advertising()
/hal_espressif-latest/components/bt/common/osi/
Dallocator.c157 void osi_men_dbg_set_section_start(uint8_t index) in osi_men_dbg_set_section_start()
173 void osi_men_dbg_set_section_end(uint8_t index) in osi_men_dbg_set_section_end()
189 uint32_t osi_mem_dbg_get_max_size_section(uint8_t index) in osi_mem_dbg_get_max_size_section()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c579 uint16_t index = btc_creat_tab_env.handle_idx; in btc_gatts_inter_cb() local
585 uint16_t index = btc_creat_tab_env.handle_idx; in btc_gatts_inter_cb() local
590 uint16_t index = btc_creat_tab_env.handle_idx; in btc_gatts_inter_cb() local
596 uint16_t index = btc_creat_tab_env.handle_idx; in btc_gatts_inter_cb() local
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c252 static esp_partition_pos_t index_to_partition(const bootloader_state_t *bs, int index) in index_to_partition()
270 static void log_invalid_app_partition(int index) in log_invalid_app_partition()
468 static void set_actual_ota_seq(const bootloader_state_t *bs, int index)
517 int index = start_index; local
/hal_espressif-latest/components/hal/include/hal/
Dieee802154_common_ll.h284 static inline void ieee802154_ll_set_multipan_panid(ieee802154_ll_multipan_index_t index, uint16_t … in ieee802154_ll_set_multipan_panid()
290 static inline uint16_t ieee802154_ll_get_multipan_panid(ieee802154_ll_multipan_index_t index) in ieee802154_ll_get_multipan_panid()
295 static inline void ieee802154_ll_set_multipan_short_addr(ieee802154_ll_multipan_index_t index, uint… in ieee802154_ll_set_multipan_short_addr()
301 static inline uint16_t ieee802154_ll_get_multipan_short_addr(ieee802154_ll_multipan_index_t index) in ieee802154_ll_get_multipan_short_addr()
306 static inline void ieee802154_ll_set_multipan_ext_addr(ieee802154_ll_multipan_index_t index, const … in ieee802154_ll_set_multipan_ext_addr()
313 static inline void ieee802154_ll_get_multipan_ext_addr(ieee802154_ll_multipan_index_t index, uint8_… in ieee802154_ll_get_multipan_ext_addr()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c120 UINT8 index; in bta_hh_clean_up_kdev() local
483 UINT8 index = BTA_HH_IDX_INVALID; in bta_hh_dev_handle_to_cb_idx() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_batchscan.c198 int index = 0, len = 0; in btm_ble_batchscan_enq_rep_data() local
244 int index = 0; in btm_ble_batchscan_deq_rep_data() local
932 int index = 0; in btm_ble_batchscan_cleanup() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c941 static uint64_t get_schedule_reg_state(struct bt_mesh_scheduler_state *state, uint8_t index) in get_schedule_reg_state()
957 uint8_t index) in send_scheduler_act_status()
1015 uint8_t index = net_buf_simple_pull_u8(buf); in scheduler_get() local
1054 uint8_t index = 0U, year = 0U, day = 0U, hour = 0U, minute = 0U, in scheduler_act_set() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sco.c238 UINT8 index = BTA_HF_CLIENT_ESCO_PARAM_IDX_CVSD_S3; in bta_hf_client_sco_conn_rsp() local
447 UINT8 index = BTA_HF_CLIENT_ESCO_PARAM_IDX_CVSD_S3; in bta_hf_client_sco_create() local
Dbta_hf_client_at.c358 static void bta_hf_client_handle_cind_list_item(char *name, UINT32 min, UINT32 max, UINT32 index) in bta_hf_client_handle_cind_list_item()
385 static void bta_hf_client_handle_cind_value(UINT32 index, UINT32 value) in bta_hf_client_handle_cind_value()
424 static void bta_hf_client_handle_ciev(UINT32 index, UINT32 value) in bta_hf_client_handle_ciev()
656 UINT16 index = 0; in bta_hf_client_parse_cind_values() local
690 UINT32 index = 0; in bta_hf_client_parse_cind_list() local
787 UINT32 index, value; in bta_hf_client_parse_ciev() local
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_ble_api.h33 uint8_t index; /*!< Index of the BLE advertising */ member
40 uint8_t index; /*!< Index of the BLE advertising */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dtime_scene_client.h170 uint64_t index : 4; /* Enumerates (selects) a Schedule Register entry */ member
184 uint8_t index; /* Index of the Schedule Register entry to get */ member
188 uint64_t index : 4; /* Index of the Schedule Register entry to set */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_ble.h25 uint8_t index; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/
Dbta_sys_conn.c121 UINT8 index; in bta_sys_collision_register() local
145 UINT8 index; in bta_sys_notify_collision() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c549 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(p_data->req_data.conn_id); in bt_mesh_bta_gatts_cb() local
573 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(p_data->req_data.conn_id); in bt_mesh_bta_gatts_cb() local
637 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(p_data->conn.conn_id); in bt_mesh_bta_gatts_cb() local
656 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(p_data->conn.conn_id); in bt_mesh_bta_gatts_cb() local
1244 void bt_mesh_gattc_exchange_mtu(uint8_t index) in bt_mesh_gattc_exchange_mtu()
/hal_espressif-latest/components/bootloader/subproject/components/micro-ecc/
DuECC_verify_antifault.c103 uECC_word_t index; in uECC_verify_antifault() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c652 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(event->connect.conn_handle); in gap_event_cb() local
676 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(event->disconnect.conn.conn_handle); in gap_event_cb() local
720 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(event->subscribe.conn_handle); in gap_event_cb() local
1512 void bt_mesh_gattc_exchange_mtu(uint8_t index) in bt_mesh_gattc_exchange_mtu()
1629 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(conn_handle); in proxy_char_access_cb() local

1234