Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 25 of 62) sorted by relevance

123

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c40 static void smp_connect_callback(UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason,
45 static void smp_br_connect_callback(UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reas…
102 static void smp_connect_callback (UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason, in smp_connect_callback() argument
114 if(!connected) { in smp_connect_callback()
123 (connected) ? "connected" : "disconnected"); in smp_connect_callback()
125 if (connected) { in smp_connect_callback()
250 static void smp_br_connect_callback(UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, in smp_br_connect_callback() argument
272 (connected) ? "connected" : "disconnected"); in smp_br_connect_callback()
274 if (connected) { in smp_br_connect_callback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c68 if (airsync_cb_env.clcb.connected && airsync_cb_env.enabled) { in airsync_profile_cb()
78 if (airsync_cb_env.clcb.connected && airsync_cb_env.enabled) { in airsync_profile_cb()
139 airsync_cb_env.clcb.connected = false; in airsync_profile_cb()
144 … if (airsync_cb_env.clcb.connected && (airsync_cb_env.clcb.conn_id == p_data->conn.conn_id)) { in airsync_profile_cb()
199 p_clcb->connected = TRUE; in airsync_env_clcb_alloc()
221 … if (p_clcb->in_use && p_clcb->connected && memcmp(p_clcb->remote_bda, remote_bda, BD_ADDR_LEN)) { in airsync_env_find_conn_id_by_bd_adddr()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c161 button_cb_env.clcb.connected = false; in button_profile_cb()
168 if (button_cb_env.clcb.connected && (button_cb_env.clcb.conn_id == p_data->conn.conn_id)) { in button_profile_cb()
224 p_clcb->connected = TRUE; in button_env_clcb_alloc()
246 … if (p_clcb->in_use && p_clcb->connected && memcmp(p_clcb->remote_bda, remote_bda, BD_ADDR_LEN)) { in button_env_find_conn_id_by_bd_adddr()
270 if (p_clcb->in_use && p_clcb->connected && (p_clcb->conn_id == conn_id)) { in button_env_clcb_dealloc()
320 BOOLEAN conn_status = button_cb_env.clcb.connected; in button_msg_notify()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c58 static void gatt_connect_cback(tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected,
134 p_clcb->connected && !memcmp(p_clcb->bda, bda, BD_ADDR_LEN)) { in gatt_profile_find_clcb_by_bd_addr()
160 p_clcb->connected = TRUE; in gatt_profile_clcb_alloc()
396 BOOLEAN connected, tGATT_DISCONN_REASON reason, in gatt_connect_cback() argument
403 (bda[4] << 8) + bda[5], connected, conn_id, reason); in gatt_connect_cback()
415 p_clcb->connected = TRUE; in gatt_connect_cback()
420 if (!p_clcb->connected) { in gatt_connect_cback()
425 if (connected) { in gatt_connect_cback()
427 p_clcb->connected = TRUE; in gatt_connect_cback()
684 p_clcb->connected = TRUE; in GATT_ConfigServiceChangeCCC()
[all …]
Dgatt_main.c46 static void gatt_le_connect_cback (UINT16 chan, BD_ADDR bd_addr, BOOLEAN connected,
446 static void gatt_le_connect_cback (UINT16 chan, BD_ADDR bd_addr, BOOLEAN connected, in gatt_le_connect_cback() argument
461 (bd_addr[4] << 8) + bd_addr[5], (connected) ? "connected" : "disconnected"); in gatt_le_connect_cback()
471 if (connected) { in gatt_le_connect_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c48 …ic void gap_ble_c_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected,
102 if (p_clcb->in_use && p_clcb->connected && p_clcb->conn_id == conn_id) { in gap_ble_find_clcb_by_conn_id()
587 if (p_clcb->connected) { in gap_ble_cl_op_cmpl()
605 BOOLEAN connected, tGATT_DISCONN_REASON reason, in gap_ble_c_connect_cback() argument
614 if (connected) { in gap_ble_c_connect_cback()
616 p_clcb->connected = TRUE; in gap_ble_c_connect_cback()
620 p_clcb->connected = FALSE; in gap_ble_c_connect_cback()
727 p_clcb->connected = TRUE; in gap_ble_accept_cl_operation()
738 if (p_clcb->connected && p_clcb->cl_op_uuid == 0) { in gap_ble_accept_cl_operation()
811 if (!p_clcb->connected) { in GAP_BleCancelReadPeerDevName()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2cap_client.h31 void (*connected)(l2cap_client_t *client, void *context); member
/hal_espressif-latest/components/esp_psram/esp32s2/
DKconfig.spiram2 bool "Support for external, SPI-connected RAM"
5 This enables support for an external SPI RAM chip, connected in parallel with the
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/include/
Dwx_airsync_prf.h58 BOOLEAN connected; member
Dbutton_pro.h67 BOOLEAN connected; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h286 bool connected; /*!< whether AVRC connection is set up */ member
348 bool connected; /*!< whether AVRC connection is set up */ member
/hal_espressif-latest/components/esp_psram/esp32s3/
DKconfig.spiram2 bool "Support for external, SPI-connected RAM"
5 This enables support for an external SPI RAM chip, connected in parallel with the
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c86 assert(callbacks->connected != NULL); in l2cap_client_new()
266 client->callbacks.connected(client, client->context); in config_request_cb()
294 client->callbacks.connected(client, client->context); in config_completed_cb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h121 BOOLEAN connected; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c54 bool connected; member
192 (*slot)->connected = false; in l2cap_malloc_slot()
316 slot->connected = TRUE; in btc_l2cap_inter_cb()
594 … if (l2cap_local_param.l2cap_slots[i] != NULL && l2cap_local_param.l2cap_slots[i]->connected && in btc_l2cap_stop_srv()
689 if (!slot || (slot && !slot->connected)) { in btc_l2cap_write()
719 if (!slot || (slot && !slot->connected)) { in btc_l2cap_disconnect()
863 slot->connected = false; in btc_l2cap_cb_handler()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dserial-connection.rst20 Note that TX (transmit) on the ESP chip is connected to RX (receive) on the serial port connection,…
Dbasic-options.rst25 …``esptool.py`` will enumerate all connected serial ports and try each one until it finds an Espres…
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c50 bool connected; member
145 (*slot)->connected = false; in spp_malloc_slot()
373 slot_new->connected = true; in btc_spp_rfcomm_inter_cb()
421 slot->connected = true; in btc_spp_rfcomm_inter_cb()
706 if (!slot || (slot && !slot->connected)) { in btc_spp_disconnect()
798 if (spp_local_param.spp_slots[i] != NULL && !spp_local_param.spp_slots[i]->connected && in btc_spp_stop_srv()
886 if (!slot || (slot && !slot->connected)) { in btc_spp_write()
1149 if (!p_data->rfc_write.cong && slot->connected) { in btc_spp_cb_handler()
1220 slot->connected = false; in btc_spp_cb_handler()
1464 if (slot && slot->connected) { in spp_vfs_write()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c45 BOOLEAN connected, tGATT_DISCONN_REASON reason,
997 BOOLEAN connected, tGATT_DISCONN_REASON reason, in bta_gatts_conn_cback() argument
1001 UINT8 evt = connected ? BTA_GATTS_CONNECT_EVT : BTA_GATTS_DISCONNECT_EVT; in bta_gatts_conn_cback()
1005 gatt_if, conn_id, connected, reason); in bta_gatts_conn_cback()
1022 if (connected) { in bta_gatts_conn_cback()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h493 void (*connected)(struct bt_mesh_conn *conn, uint8_t err); member
507 void (*connected)(bt_mesh_addr_t *addr, struct bt_mesh_conn *conn, int id); member
/hal_espressif-latest/components/esp_wifi/include/
Desp_mesh.h308 …wifi_event_sta_connected_t connected; /**< parent information, same as Wi-Fi event SYSTEM_EVENT_ST… member
439 mesh_event_connected_t connected; /**< parent connected */ member
/hal_espressif-latest/components/esp_hw_support/port/esp32/
DKconfig.rtc14 external circuit. In this case, external clock signal must be connected
18 Additionally, 1nF capacitor must be connected between 32K_XP pin and
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-efuse-cmd.rst91 …eFuses are burned in the factory to the GPIO numbers where the flash is connected. These values ov…
93 …tion, these eFuses can be burned to the GPIO numbers where the flash is connected. If at least one…
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst26 …| 15 | Pulled Low/GND (directly connected to GND, or external pull-down resistor) …
33 … For this reason GPIO2 should not be directly connected to VCC. Similarly, make sure GPIO2 is not
123 …I, CP210x, or CH340x. The ``DTR`` and ``RTS`` control lines are in turn connected to ``{IDF_TARGET…
131 …e ``DTR`` and ``RTS`` control lines of the USB to serial converter chip connected to ``{IDF_TARGET…
155 - Your hardware does not have the ``DTR`` and ``RTS`` lines connected to ``{IDF_TARGET_STRAP_BOOT_G…
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst20 * Check that all pins are connected as described in :ref:`boot-mode`. Check the voltages at each p…
21 * If you have connected other devices to GPIO pins, try removing them and see if esptool starts wo…
92 …t to attach things to GPIOs 9 & 10). Note that if GPIOs 9 & 10 are also connected to input pins on…
94 … all modes). However flashing will usually fail completely if these pins are connected incorrectly.
119 …If your devkit doesn't have a dedicated USB port connected to an on-board USB-to-UART bridge, you …
153 …hardware is not working properly at all, the RX/TX serial lines are not connected, or because ther…

123