• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) 2022-2023 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16/**
17 * @file
18 * @kit ConnectivityKit
19 */
20
21import a2dp from '@ohos.bluetooth.a2dp';
22import access from '@ohos.bluetooth.access';
23import baseProfile from '@ohos.bluetooth.baseProfile';
24import ble from '@ohos.bluetooth.ble';
25import connection from '@ohos.bluetooth.connection';
26import constant from '@ohos.bluetooth.constant';
27import bluetooth from '@ohos.bluetooth';
28import hfp from '@ohos.bluetooth.hfp';
29import hid from '@ohos.bluetooth.hid';
30import map from '@ohos.bluetooth.map';
31import pan from '@ohos.bluetooth.pan';
32import pbap from '@ohos.bluetooth.pbap';
33import opp from '@ohos.bluetooth.opp';
34import socket from '@ohos.bluetooth.socket';
35import wearDetection from '@ohos.bluetooth.wearDetection';
36import bluetoothManager from '@ohos.bluetoothManager';
37import connectedTag from '@ohos.connectedTag';
38import cardEmulation from '@ohos.nfc.cardEmulation';
39import nfcController from '@ohos.nfc.controller';
40import tag from '@ohos.nfc.tag';
41import omapi from '@ohos.secureElement';
42import wifi from '@ohos.wifi';
43import wifiext from '@ohos.wifiext';
44import wifiManager from '@ohos.wifiManager';
45import wifiManagerExt from '@ohos.wifiManagerExt';
46import Bluetooth, {
47  BLEFoundResponse, BluetoothDevice, StartBLEScanOptions, StopBLEScanOptions,
48  SubscribeBLEFoundOptions
49} from '@system.bluetooth';
50
51export {
52  BLEFoundResponse, Bluetooth, BluetoothDevice, StartBLEScanOptions, StopBLEScanOptions,
53  SubscribeBLEFoundOptions, a2dp, access, baseProfile, ble, bluetooth, bluetoothManager, cardEmulation,
54  connectedTag, connection, constant, hfp, hid, map, nfcController, omapi, opp, pan, pbap, socket, tag, wearDetection, wifi,
55  wifiManager, wifiManagerExt, wifiext
56};
57