Home
last modified time | relevance | path

Searched refs:started (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c541 BOOLEAN started = FALSE; in gap_ble_send_cl_read_request() local
554 started = TRUE; in gap_ble_send_cl_read_request()
559 return started; in gap_ble_send_cl_read_request()
708 BOOLEAN started = FALSE; in gap_ble_accept_cl_operation() local
711 return (started); in gap_ble_accept_cl_operation()
717 return started; in gap_ble_accept_cl_operation()
732 return started; in gap_ble_accept_cl_operation()
739 started = gap_ble_send_cl_read_request(p_clcb); in gap_ble_accept_cl_operation()
741 started = TRUE; in gap_ble_accept_cl_operation()
744 return started; in gap_ble_accept_cl_operation()
/hal_espressif-latest/components/bt/esp_ble_mesh/
DREADME.md12 …f.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/index.html##getting-started-with-ble-mesh)
21 …m/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/index.html##getting-started-with-ble-mesh) fo…
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c203 BOOLEAN started = FALSE; in btm_add_dev_to_controller() local
206 return started; in btm_add_dev_to_controller()
210 started = btsnd_hcic_ble_add_white_list (wl_addr_type, bd_addr); in btm_add_dev_to_controller()
212 started = btsnd_hcic_ble_remove_from_white_list (wl_addr_type, bd_addr); in btm_add_dev_to_controller()
215 return started; in btm_add_dev_to_controller()
Dbtm_ble_gap.c1241 BOOLEAN started = TRUE; in BTM_BleSetBgConnType() local
1267 started = TRUE; in BTM_BleSetBgConnType()
1272 started = FALSE; in BTM_BleSetBgConnType()
1276 if (started) { in BTM_BleSetBgConnType()
1280 return started; in BTM_BleSetBgConnType()
/hal_espressif-latest/tools/esptool_py/docs/en/
Dabout.rst4 Esptool was started by Fredrik Ahlberg (`themadinventor <https://github.com/themadinventor>`_) as a…
Dindex.rst19 Getting started is easy:
Dtroubleshooting.rst223 …uucp on Linux <https://docs.espressif.com/projects/esp-idf/en/stable/get-started/establish-serial-…
/hal_espressif-latest/components/log/host_test/log_test/
DREADME.md11 …ux system, as described in the [Getting Started Guides](../../../../docs/en/get-started/index.rst).
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c1027 p_scb->started = FALSE; in bta_av_cleanup()
1530 p_scb->started = FALSE; in bta_av_do_close()
1998 …start sco_occupied:%d, role:x%x, started:%d", bta_av_cb.sco_occupied, p_scb->role, p_scb->started); in bta_av_do_start()
2014 if ((p_scb->started == FALSE) && ((p_scb->role & BTA_AV_ROLE_START_INT) == 0)) { in bta_av_do_start()
2018 } else if (p_scb->started) { in bta_av_do_start()
2028 APPL_TRACE_DEBUG("started %d role:x%x", p_scb->started, p_scb->role); in bta_av_do_start()
2043 UINT8 start = p_scb->started; in bta_av_str_stopped()
2161 if (p_scb->started) { in bta_av_reconfig()
2173 if (p_scb->started) { in bta_av_reconfig()
2175 p_scb->started = FALSE; in bta_av_reconfig()
[all …]
Dbta_av_act.c1008 void bta_av_stream_chg(tBTA_AV_SCB *p_scb, BOOLEAN started) in bta_av_stream_chg() argument
1017 APPL_TRACE_DEBUG ("bta_av_stream_chg started:%d started_msk:x%x chnl:x%x", started, in bta_av_stream_chg()
1025 if (started) { in bta_av_stream_chg()
1033 if (!started) { in bta_av_stream_chg()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflashing-firmware.rst32 …/master/examples/get-started/hello_world>`_ in ESP-IDF, the resulting app binary can be found in …
Dadvanced-options.rst43 … can be useful for example when the chip is in deep sleep or esptool was started before the chip w…
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_i.h85 unsigned int started:1; member
Dwpa_auth.c446 if (sm->started) { in wpa_auth_sta_associated()
452 sm->started = 1; in wpa_auth_sta_associated()
1271 if (!sm->started) { in wpa_auth_sm_event()
1281 sm->started = 1; in wpa_auth_sm_event()
/hal_espressif-latest/components/esp_netif/
DKconfig12 be started everytime the IP is lost. Event SYSTEM_EVENT_STA_LOST_IP will be raised if
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h463 BOOLEAN started; /* TRUE if stream started */ member
602 extern void bta_av_stream_chg(tBTA_AV_SCB *p_scb, BOOLEAN started);
/hal_espressif-latest/components/esp_timer/
DKconfig7 … If enabled, esp_timer_dump will dump information such as number of times the timer was started,
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c633 BOOLEAN started = FALSE; in bta_hh_le_read_rpt_ref_descr() local
664 started = TRUE; in bta_hh_le_read_rpt_ref_descr()
678 if (!started) { in bta_hh_le_read_rpt_ref_descr()
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst166 …ed by Espressif, this information can be found in the respective getting started guides or user gu…
/hal_espressif-latest/tools/esptool_py/
DLICENSE104 when run, you must cause it, when started running for such
/hal_espressif-latest/components/esp_system/
DKconfig93 To accurately determine if the crystal has started,