/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/ |
D | esp_blufi.c | 338 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/ |
D | proxy_server.h | 50 int bt_mesh_proxy_server_prov_disable(bool disconnect);
|
D | proxy_server.c | 768 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/ |
D | btc_spp.h | 64 } disconnect; member
|
D | btc_hf_client.h | 64 bt_bdaddr_t disconnect; member
|
D | btc_hh.h | 113 } disconnect; member
|
D | btc_hf_ag.h | 70 bt_bdaddr_t disconnect; member
|
D | btc_gap_ble.h | 247 } disconnect; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 969 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()
|
D | btc_gatts.c | 929 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/ |
D | bta_gattc_utils.c | 823 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/ |
D | esp_blufi_api.h | 163 } disconnect; /*!< Blufi callback param of ESP_BLUFI_EVENT_DISCONNECT */ member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 458 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/ |
D | esp_gatts_api.h | 201 …} disconnect; /*!< Callback parameter for the event `ESP_GATTS_DISCONNECT_EV… member
|
D | esp_gattc_api.h | 224 …} disconnect; /*!< Callback parameter for the event `ESP_GATTC_DISCONNECT_EV… member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_ccb_act.c | 988 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/ |
D | esp_spp_api.c | 141 arg.disconnect.handle = handle; in esp_spp_disconnect()
|
D | esp_hidh_api.c | 84 memcpy(arg.disconnect.bd_addr, bd_addr, sizeof(esp_bd_addr_t)); in esp_bt_hid_host_disconnect()
|
D | esp_hf_client_api.c | 105 memcpy(&(arg.disconnect), remote_bda, sizeof(bt_bdaddr_t)); in esp_hf_client_disconnect()
|
D | esp_hf_ag_api.c | 104 memcpy(&(arg.disconnect), remote_addr, sizeof(esp_bd_addr_t)); in esp_hf_ag_slc_disconnect()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth.h | 182 void (*disconnect)(void *ctx, const u8 *addr, u16 reason); member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 1672 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/ |
D | esp_blufi.c | 348 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/ |
D | avdt_int.h | 427 tAVDT_CCB_API_DISCONNECT disconnect; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 439 tBTA_GATTC_DISCONNECT disconnect; member
|