/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | settings_uid.c | 90 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 …]
|
D | provisioner_main.c | 256 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()
|
D | access.c | 511 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/ |
D | bta_gattc_co.c | 109 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/ |
D | bta_av_co.c | 196 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/ |
D | phy_init_esp32hxx.c | 38 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
|
D | phy_init.c | 170 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/ |
D | esp_ble_mesh_networking_api.c | 259 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()
|
D | esp_ble_mesh_ble_api.c | 50 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/ |
D | allocator.c | 157 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/ |
D | btc_gatts.c | 579 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/ |
D | bootloader_utility.c | 252 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/ |
D | ieee802154_common_ll.h | 284 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/ |
D | bta_hh_utils.c | 120 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/ |
D | btm_ble_batchscan.c | 198 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/ |
D | time_scene_server.c | 941 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/ |
D | bta_hf_client_sco.c | 238 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
|
D | bta_hf_client_at.c | 358 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/ |
D | esp_ble_mesh_ble_api.h | 33 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/ |
D | time_scene_client.h | 170 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/ |
D | btc_ble_mesh_ble.h | 25 uint8_t index; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/ |
D | bta_sys_conn.c | 121 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/ |
D | mesh_bearer_adapt.c | 549 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/ |
D | uECC_verify_antifault.c | 103 uECC_word_t index; in uECC_verify_antifault() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 652 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
|