Searched refs:disconnected (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/ |
D | l2cap_client.c | 87 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/ |
D | l2cap_client.h | 32 void (*disconnected)(l2cap_client_t *client, void *context); member
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_bearer_adapt.h | 503 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/ |
D | troubleshooting.rst | 86 …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/ |
D | mesh_bearer_adapt.c | 431 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/ |
D | esp_mesh.h | 437 mesh_event_disconnected_t disconnected; /**< parent disconnected */ member
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 631 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/ |
D | Kconfig | 14 1.If your board is easy to be booted up with antenna disconnected.
|
/hal_espressif-3.7.0/components/esp_wifi/ |
D | Kconfig | 317 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/ |
D | proxy_client.c | 624 .disconnected = proxy_disconnected,
|
D | proxy_server.c | 1442 .disconnected = proxy_disconnected,
|