History log of /foundation/communication/bluetooth/frameworks/js/napi/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
95489c1924-Oct-2024 openharmony_ci <120357966@qq.com>

!1318 master主干 调用c_adapter ble 接口以后,进程结束后,出现cppcrash
Merge pull request !1318 from 刘勇/master


BUILD.gn
include/napi_async_callback.h
include/napi_async_work.h
include/napi_bluetooth_a2dp_snk.h
include/napi_bluetooth_a2dp_snk_observer.h
include/napi_bluetooth_a2dp_src.h
include/napi_bluetooth_a2dp_src_observer.h
include/napi_bluetooth_audio_manager.h
include/napi_bluetooth_avrcp_ct.h
include/napi_bluetooth_avrcp_ct_observer.h
include/napi_bluetooth_avrcp_tg.h
include/napi_bluetooth_avrcp_tg_observer.h
include/napi_bluetooth_ble.h
include/napi_bluetooth_ble_advertise_callback.h
include/napi_bluetooth_ble_central_manager_callback.h
include/napi_bluetooth_ble_utils.h
include/napi_bluetooth_error.h
include/napi_bluetooth_event.h
include/napi_bluetooth_gatt_client.h
include/napi_bluetooth_gatt_client_callback.h
include/napi_bluetooth_gatt_server.h
include/napi_bluetooth_gatt_server_callback.h
include/napi_bluetooth_hfp_ag.h
include/napi_bluetooth_hfp_ag_observer.h
include/napi_bluetooth_hfp_hf.h
include/napi_bluetooth_hfp_hf_observer.h
include/napi_bluetooth_hid_host.h
include/napi_bluetooth_hid_host_observer.h
include/napi_bluetooth_host.h
include/napi_bluetooth_host_observer.h
include/napi_bluetooth_map_mse.h
include/napi_bluetooth_map_mse_observer.h
include/napi_bluetooth_opp.h
include/napi_bluetooth_opp_observer.h
include/napi_bluetooth_pan.h
include/napi_bluetooth_pan_observer.h
include/napi_bluetooth_pbap_pse.h
include/napi_bluetooth_pbap_pse_observer.h
include/napi_bluetooth_profile.h
include/napi_bluetooth_remote_device_observer.h
include/napi_bluetooth_spp_client.h
include/napi_bluetooth_spp_server.h
include/napi_bluetooth_utils.h
include/napi_event_subscribe_module.h
include/napi_native_object.h
include/napi_timer.h
js_napi_blocklist.txt
src/a2dp/BUILD.gn
src/a2dp/napi_bluetooth_a2dp_src.cpp
src/a2dp/napi_bluetooth_a2dp_src_observer.cpp
src/a2dp/native_module_a2dp.cpp
src/access/BUILD.gn
src/access/napi_bluetooth_access.cpp
src/access/napi_bluetooth_access.h
src/access/napi_bluetooth_access_observer.cpp
src/access/napi_bluetooth_access_observer.h
src/access/native_module_access.cpp
src/audio_manager/BUILD.gn
src/audio_manager/napi_bluetooth_audio_manager.cpp
src/audio_manager/native_module_audio_manager.cpp
src/base_profile/BUILD.gn
src/base_profile/napi_bluetooth_base_profile.cpp
src/base_profile/napi_bluetooth_base_profile.h
src/base_profile/native_module_base_profile.cpp
src/ble/BUILD.gn
src/ble/napi_bluetooth_ble.cpp
src/ble/napi_bluetooth_ble_advertise_callback.cpp
src/ble/napi_bluetooth_ble_central_manager_callback.cpp
src/ble/napi_bluetooth_ble_utils.cpp
src/ble/napi_bluetooth_gatt_client.cpp
src/ble/napi_bluetooth_gatt_client_callback.cpp
src/ble/napi_bluetooth_gatt_server.cpp
src/ble/napi_bluetooth_gatt_server_callback.cpp
src/ble/native_module_ble.cpp
src/common/napi_async_callback.cpp
src/common/napi_async_work.cpp
src/common/napi_bluetooth_error.cpp
src/common/napi_bluetooth_event.cpp
src/common/napi_bluetooth_profile.cpp
src/common/napi_bluetooth_utils.cpp
src/common/napi_event_subscribe_module.cpp
src/common/napi_native_object.cpp
src/common/napi_timer.cpp
src/connection/BUILD.gn
src/connection/napi_bluetooth_connection.cpp
src/connection/napi_bluetooth_connection.h
src/connection/napi_bluetooth_connection_observer.cpp
src/connection/napi_bluetooth_connection_observer.h
src/connection/napi_bluetooth_remote_device_observer.cpp
src/connection/napi_bluetooth_remote_device_observer.h
src/connection/native_module_connection.cpp
src/constant/BUILD.gn
src/constant/napi_bluetooth_constant.cpp
src/constant/napi_bluetooth_constant.h
src/constant/native_module_constant.cpp
src/hfp/BUILD.gn
src/hfp/napi_bluetooth_hfp_ag.cpp
src/hfp/napi_bluetooth_hfp_ag_observer.cpp
src/hfp/napi_bluetooth_hfp_hf.cpp
src/hfp/napi_bluetooth_hfp_hf_observer.cpp
src/hfp/native_module_hfp.cpp
src/hid/BUILD.gn
src/hid/napi_bluetooth_hid_host.cpp
src/hid/napi_bluetooth_hid_host_observer.cpp
src/hid/native_module_hid.cpp
src/map/BUILD.gn
src/map/napi_bluetooth_map_mse.cpp
src/map/napi_bluetooth_map_mse_observer.cpp
src/map/native_module_map.cpp
src/napi_bluetooth_a2dp_snk.cpp
src/napi_bluetooth_a2dp_snk_observer.cpp
src/napi_bluetooth_avrcp_ct.cpp
src/napi_bluetooth_avrcp_ct_observer.cpp
src/napi_bluetooth_avrcp_tg.cpp
src/napi_bluetooth_avrcp_tg_observer.cpp
src/napi_bluetooth_host.cpp
src/native_module.cpp
src/opp/BUILD.gn
src/opp/napi_bluetooth_opp.cpp
src/opp/napi_bluetooth_opp_observer.cpp
src/opp/native_module_opp.cpp
src/pan/BUILD.gn
src/pan/napi_bluetooth_pan.cpp
src/pan/napi_bluetooth_pan_observer.cpp
src/pan/native_module_pan.cpp
src/parser/napi_parser_utils.cpp
src/parser/napi_parser_utils.h
src/pbap/BUILD.gn
src/pbap/napi_bluetooth_pbap_pse.cpp
src/pbap/napi_bluetooth_pbap_pse_observer.cpp
src/pbap/native_module_pbap.cpp
src/socket/BUILD.gn
src/socket/napi_bluetooth_spp_client.cpp
src/socket/napi_bluetooth_spp_server.cpp
src/socket/native_module_socket.cpp