1{ 2 "name": "@ohos/bluetooth", 3 "version": "", 4 "description": "Provides basic Bluetooth and BLE functions for applications", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache License 2.0", 7 "repository": "https://gitee.com/openharmony/communication_bluetooth", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "foundation" 15 ], 16 "keywords": [ 17 "communication", 18 "bluetooth" 19 ], 20 "envs": [], 21 "dirs": [], 22 "author": { 23 "name": "", 24 "email": "", 25 "url": "" 26 }, 27 "contributors": [ 28 { 29 "name": "", 30 "email": "", 31 "url": "" 32 } 33 ], 34 "segment": { 35 "destPath": "foundation/communication/bluetooth" 36 }, 37 "component": { 38 "name": "bluetooth", 39 "subsystem": "communication", 40 "syscap": [ 41 "SystemCapability.Communication.Bluetooth.Core", 42 "SystemCapability.Communication.Bluetooth.Lite" 43 ], 44 "features": [ 45 ], 46 "adapted_system_type": [ 47 "standard" 48 ], 49 "rom": "", 50 "ram": "", 51 "hisysevent_config": [ 52 "//foundation/communication/bluetooth/hisysevent.yaml" 53 ], 54 "deps": { 55 "components": [ 56 "ability_base", 57 "ability_runtime", 58 "bundle_framework", 59 "c_utils", 60 "hilog", 61 "hisysevent", 62 "hitrace", 63 "init", 64 "ipc", 65 "libuv", 66 "napi", 67 "samgr" 68 ], 69 "third_party": [] 70 }, 71 "build": { 72 "group_type": { 73 "base_group": [], 74 "fwk_group": [ 75 "//foundation/communication/bluetooth/frameworks/inner:btframework", 76 "//foundation/communication/bluetooth/frameworks/inner:btcommon", 77 "//foundation/communication/bluetooth/frameworks/js/napi:bluetooth_napi" 78 ], 79 "service_group": [ 80 ] 81 }, 82 "inner_kits": [ 83 { 84 "header": { 85 "header_base": "//foundation/communication/bluetooth/interfaces/inner_api/include", 86 "header_files": [ 87 "bluetooth_a2dp_src.h", 88 "bluetooth_ble_central_manager.h", 89 "bluetooth_def.h", 90 "bluetooth_device_class.h", 91 "bluetooth_gatt_characteristic.h", 92 "bluetooth_gatt_client.h", 93 "bluetooth_gatt_descriptor.h", 94 "bluetooth_gatt_manager.h", 95 "bluetooth_gatt_server.h", 96 "bluetooth_gatt_service.h", 97 "bluetooth_host.h", 98 "bluetooth_proxy_manager.h", 99 "bluetooth_remote_device.h", 100 "bluetooth_socket_inputstream.h", 101 "bluetooth_socket_outputstream.h", 102 "bluetooth_socket.h", 103 "c_header/ohos_bt_def.h", 104 "c_header/ohos_bt_gap.h", 105 "c_header/ohos_bt_gatt.h", 106 "c_header/ohos_bt_gatt_client.h", 107 "c_header/ohos_bt_gatt_server.h", 108 "c_header/ohos_bt_spp.h", 109 "uuid.h" 110 ] 111 }, 112 "name": "//foundation/communication/bluetooth/frameworks/inner:btframework" 113 }, 114 { 115 "header": { 116 "header_base": "//foundation/communication/bluetooth/frameworks/inner/ipc", 117 "header_files": [ 118 "common/avrcp_media.h", 119 "common/ble_service_data.h", 120 "common/bluetooth_errorcode.h", 121 "common/bt_def.h", 122 "common/bt_uuid.h", 123 "common/gatt_data.h", 124 "common/hands_free_unit_calls.h", 125 "common/raw_address.h", 126 "interface/bluetooth_service_ipc_interface_code.h", 127 "interface/bluetooth_service_profile_interface_code.h", 128 "interface/i_bluetooth_a2dp_sink.h", 129 "interface/i_bluetooth_a2dp_sink_observer.h", 130 "interface/i_bluetooth_a2dp_src.h", 131 "interface/i_bluetooth_a2dp_src_observer.h", 132 "interface/i_bluetooth_audio_manager.h", 133 "interface/i_bluetooth_avrcp_ct.h", 134 "interface/i_bluetooth_avrcp_ct_observer.h", 135 "interface/i_bluetooth_avrcp_tg.h", 136 "interface/i_bluetooth_avrcp_tg_observer.h", 137 "interface/i_bluetooth_ble_advertiser.h", 138 "interface/i_bluetooth_ble_advertise_callback.h", 139 "interface/i_bluetooth_ble_central_manager.h", 140 "interface/i_bluetooth_ble_central_manager_callback.h", 141 "interface/i_bluetooth_ble_peripheral_observer.h", 142 "interface/i_bluetooth_gatt_client.h", 143 "interface/i_bluetooth_gatt_client_callback.h", 144 "interface/i_bluetooth_gatt_observer.h", 145 "interface/i_bluetooth_gatt_server.h", 146 "interface/i_bluetooth_gatt_server_callback.h", 147 "interface/i_bluetooth_hfp_ag.h", 148 "interface/i_bluetooth_hfp_ag_observer.h", 149 "interface/i_bluetooth_hfp_hf.h", 150 "interface/i_bluetooth_hfp_hf_observer.h", 151 "interface/i_bluetooth_hid_host.h", 152 "interface/i_bluetooth_hid_host_observer.h", 153 "interface/i_bluetooth_host.h", 154 "interface/i_bluetooth_host_observer.h", 155 "interface/i_bluetooth_map_mse.h", 156 "interface/i_bluetooth_map_mse_observer.h", 157 "interface/i_bluetooth_opp.h", 158 "interface/i_bluetooth_opp_observer.h", 159 "interface/i_bluetooth_pan.h", 160 "interface/i_bluetooth_pan_observer.h", 161 "interface/i_bluetooth_pbap_pse.h", 162 "interface/i_bluetooth_pbap_pse_observer.h", 163 "interface/i_bluetooth_remote_device_observer.h", 164 "interface/i_bluetooth_socket.h", 165 "interface/i_bluetooth_socket_observer.h", 166 "parcel/bluetooth_a2dp_a2dpCodecInfo.h", 167 "parcel/bluetooth_a2dp_a2dpCodecStatus.h", 168 "parcel/bluetooth_avrcp_meItem.h", 169 "parcel/bluetooth_avrcp_mpItem.h", 170 "parcel/bluetooth_ble_advertiser_data.h", 171 "parcel/bluetooth_ble_advertiser_settings.h", 172 "parcel/bluetooth_ble_scan_filter.h", 173 "parcel/bluetooth_ble_scan_result.h", 174 "parcel/bluetooth_ble_scan_settings.h", 175 "parcel/bluetooth_bt_uuid.h", 176 "parcel/bluetooth_gatt_characteristic_parcel.h", 177 "parcel/bluetooth_gatt_descriptor_parcel.h", 178 "parcel/bluetooth_gatt_device.h", 179 "parcel/bluetooth_gatt_service_parcel.h", 180 "parcel/bluetooth_hfp_hf_call.h", 181 "parcel/bluetooth_opp_transfer_information.h", 182 "parcel/bluetooth_phone_state.h", 183 "parcel/bluetooth_raw_address.h", 184 "parcel/bluetooth_socket_coc.h", 185 "parcel/parcel_bt_uuid.h" 186 ] 187 }, 188 "name": "//foundation/communication/bluetooth/frameworks/inner:btcommon" 189 } 190 ] 191 } 192 } 193} 194