Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c87 assert(callbacks->disconnected != NULL); in l2cap_client_new()
212 client->callbacks.disconnected(client, client->context); in connect_completed_cb()
220 client->callbacks.disconnected(client, client->context); in connect_completed_cb()
322 client->callbacks.disconnected(client, client->context); in disconnect_request_cb()
338 client->callbacks.disconnected(client, client->context); in disconnect_completed_cb()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dl2cap_client.h32 void (*disconnected)(l2cap_client_t *client, void *context); member
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h503 void (*disconnected)(struct bt_mesh_conn *conn, uint8_t reason); member
509 void (*disconnected)(bt_mesh_addr_t *addr, struct bt_mesh_conn *conn, uint8_t reason); member
/hal_espressif-3.7.0/tools/esptool_py/docs/en/
Dtroubleshooting.rst86 …ult) then GPIOs 7, 8, 9 & 10 are used for reading the SPI flash and must be otherwise disconnected.
88 …`-fm dio``) then GPIOs 7 & 8 are used for reading the SPI flash and must be otherwise disconnected.
205 * The device gets unexpectedly disconnected.
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c431 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->disconnected != NULL) { in disc_cb()
436 …(bt_mesh_gattc_conn_cb->disconnected)(&bt_mesh_gattc_info[i].addr, &bt_mesh_gattc_info[i].conn, ev… in disc_cb()
650 if (bt_mesh_gatts_conn_cb != NULL && bt_mesh_gatts_conn_cb->disconnected != NULL) { in gap_event_cb()
654 … (bt_mesh_gatts_conn_cb->disconnected)(&bt_mesh_gatts_conn[index], event->disconnect.reason); in gap_event_cb()
/hal_espressif-3.7.0/components/esp_wifi/include/
Desp_mesh.h437 mesh_event_disconnected_t disconnected; /**< parent disconnected */ member
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c631 if (bt_mesh_gatts_conn_cb != NULL && bt_mesh_gatts_conn_cb->disconnected != NULL) { in bt_mesh_bta_gatts_cb()
635 … (bt_mesh_gatts_conn_cb->disconnected)(&bt_mesh_gatts_conn[index], p_data->conn.reason); in bt_mesh_bta_gatts_cb()
1649 if (bt_mesh_gattc_conn_cb != NULL && bt_mesh_gattc_conn_cb->disconnected != NULL) { in bt_mesh_bta_gattc_cb()
1653 …(bt_mesh_gattc_conn_cb->disconnected)(&bt_mesh_gattc_info[i].addr, &bt_mesh_gattc_info[i].conn, p_… in bt_mesh_bta_gattc_cb()
/hal_espressif-3.7.0/components/esp_phy/
DKconfig14 1.If your board is easy to be booted up with antenna disconnected.
/hal_espressif-3.7.0/components/esp_wifi/
DKconfig317 bool "Power Management for station at disconnected"
320 Select this option to enable power_management for station when disconnected.
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.c624 .disconnected = proxy_disconnected,
Dproxy_server.c1442 .disconnected = proxy_disconnected,