Home
last modified time | relevance | path

Searched refs:disconnect (Results 1 – 25 of 35) sorted by relevance

12

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c338 ESP_LOGI(TAG, "disconnect; reason=%d\n", event->disconnect.reason); in esp_blufi_gap_event()
339 … memcpy(blufi_env.remote_bda, event->disconnect.conn.peer_id_addr.val, ESP_BLUFI_BD_ADDR_LEN); in esp_blufi_gap_event()
356 …memcpy(param.disconnect.remote_bda, event->disconnect.conn.peer_id_addr.val, ESP_BLUFI_BD_ADDR_LEN… in esp_blufi_gap_event()
579 event->disconnect.conn.peer_id_addr.val, in esp_blufi_handle_gap_events()
590 memcpy(param.disconnect.remote_bda, in esp_blufi_handle_gap_events()
591 event->disconnect.conn.peer_id_addr.val, in esp_blufi_handle_gap_events()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.h50 int bt_mesh_proxy_server_prov_disable(bool disconnect);
Dproxy_server.c768 int bt_mesh_proxy_server_prov_disable(bool disconnect) in bt_mesh_proxy_server_prov_disable() argument
794 if (disconnect) { in bt_mesh_proxy_server_prov_disable()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_spp.h64 } disconnect; member
Dbtc_hf_client.h64 bt_bdaddr_t disconnect; member
Dbtc_hh.h113 } disconnect; member
Dbtc_hf_ag.h70 bt_bdaddr_t disconnect; member
Dbtc_gap_ble.h247 } disconnect; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c969 tBTA_GATTC_DISCONNECT *disconnect = &arg->disconnect; in btc_gattc_cb_handler() local
971 gattc_if = disconnect->client_if; in btc_gattc_cb_handler()
972 param.disconnect.reason = disconnect->reason; in btc_gattc_cb_handler()
973 param.disconnect.conn_id = BTC_GATT_GET_CONN_ID(disconnect->conn_id); in btc_gattc_cb_handler()
974 memcpy(param.disconnect.remote_bda, disconnect->remote_bda, sizeof(esp_bd_addr_t)); in btc_gattc_cb_handler()
Dbtc_gatts.c929 param.disconnect.conn_id = BTC_GATT_GET_CONN_ID(p_data->conn.conn_id); in btc_gatts_cb_handler()
930 param.disconnect.reason = p_data->conn.reason; in btc_gatts_cb_handler()
931 memcpy(param.disconnect.remote_bda, p_data->conn.remote_bda, ESP_BD_ADDR_LEN); in btc_gatts_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c823 cb_data.disconnect.reason = reason; in bta_gattc_send_disconnect_cback()
824 cb_data.disconnect.client_if = p_clreg->client_if; in bta_gattc_send_disconnect_cback()
825 cb_data.disconnect.conn_id = conn_id; in bta_gattc_send_disconnect_cback()
826 bdcpy(cb_data.disconnect.remote_bda, remote_bda); in bta_gattc_send_disconnect_cback()
/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h163 } disconnect; /*!< Blufi callback param of ESP_BLUFI_EVENT_DISCONNECT */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c458 memcpy(&conn_desc, &event->disconnect.conn, sizeof(conn_desc)); in disc_cb()
460 if (bt_mesh_gattc_info[i].conn.handle == event->disconnect.conn.conn_handle) { in disc_cb()
461 …>disconnected)(&bt_mesh_gattc_info[i].addr, &bt_mesh_gattc_info[i].conn, event->disconnect.reason); in disc_cb()
670 MODLOG_DFLT(INFO, "disconnect; reason=%d ", event->disconnect.reason); in gap_event_cb()
676 uint8_t index = BLE_MESH_GATT_GET_CONN_ID(event->disconnect.conn.conn_handle); in gap_event_cb()
678 … bt_mesh_gatts_conn[index].handle = BLE_MESH_GATT_GET_CONN_ID(event->disconnect.conn.conn_handle); in gap_event_cb()
679 … (bt_mesh_gatts_conn_cb->disconnected)(&bt_mesh_gatts_conn[index], event->disconnect.reason); in gap_event_cb()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h201 …} disconnect; /*!< Callback parameter for the event `ESP_GATTS_DISCONNECT_EV… member
Desp_gattc_api.h224 …} disconnect; /*!< Callback parameter for the event `ESP_GATTC_DISCONNECT_EV… member
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ccb_act.c988 if (p_data->disconnect.p_cback) { in avdt_ccb_set_disconn()
989 p_ccb->p_conn_cback = p_data->disconnect.p_cback; in avdt_ccb_set_disconn()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_spp_api.c141 arg.disconnect.handle = handle; in esp_spp_disconnect()
Desp_hidh_api.c84 memcpy(arg.disconnect.bd_addr, bd_addr, sizeof(esp_bd_addr_t)); in esp_bt_hid_host_disconnect()
Desp_hf_client_api.c105 memcpy(&(arg.disconnect), remote_bda, sizeof(bt_bdaddr_t)); in esp_hf_client_disconnect()
Desp_hf_ag_api.c104 memcpy(&(arg.disconnect), remote_addr, sizeof(esp_bd_addr_t)); in esp_hf_ag_slc_disconnect()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.h182 void (*disconnect)(void *ctx, const u8 *addr, u16 reason); member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1672 if (bt_mesh_gattc_if != p_data->disconnect.client_if) { in bt_mesh_bta_gattc_cb()
1677 handle = BLE_MESH_GATT_GET_CONN_ID(p_data->disconnect.conn_id); in bt_mesh_bta_gattc_cb()
1681 … if (!memcmp(bt_mesh_gattc_info[i].addr.val, p_data->disconnect.remote_bda, BLE_MESH_ADDR_LEN)) { in bt_mesh_bta_gattc_cb()
1683 …disconnected)(&bt_mesh_gattc_info[i].addr, &bt_mesh_gattc_info[i].conn, p_data->disconnect.reason); in bt_mesh_bta_gattc_cb()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c348 memcpy(param.disconnect.remote_bda, p_data->conn.remote_bda, ESP_BLUFI_BD_ADDR_LEN); in blufi_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h427 tAVDT_CCB_API_DISCONNECT disconnect; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h439 tBTA_GATTC_DISCONNECT disconnect; member

12