Home
last modified time | relevance | path

Searched refs:bqr (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothQualityReportNativeInterface.java101 BluetoothQualityReport bqr; in bqrDeliver() local
103 bqr = in bqrDeliver()
112 Log.i(TAG, bqr.toString()); in bqrDeliver()
124 int status = adapterService.bluetoothQualityReportReadyCallback(device, bqr); in bqrDeliver()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc48 namespace bqr { namespace
875 : public bluetooth::bqr::BluetoothQualityReportInterface {
922 &bluetooth::bqr::BluetoothQualityReportCallbacks::bqr_delivery_callback, in bqr_delivery_event()
942 auto bqr = hci::BqrEventView::CreateOptional(vendor_specific_event_view); in vendor_specific_event_callback() local
943 if (!bqr) { in vendor_specific_event_callback()
949 uint8_t quality_report_id = static_cast<uint8_t>(bqr->GetQualityReportId()); in vendor_specific_event_callback()
955 case bluetooth::bqr::QUALITY_REPORT_ID_LMP_LL_MESSAGE_TRACE: { in vendor_specific_event_callback()
956 auto lmp_view = hci::BqrLogDumpEventView::Create(*bqr); in vendor_specific_event_callback()
958 if (bqr_parameter_length >= bluetooth::bqr::kLogDumpParamTotalLen) { in vendor_specific_event_callback()
959 bluetooth::bqr::DumpLmpLlMessage(bqr_parameter_length, p_bqr_event); in vendor_specific_event_callback()
[all …]
Dbluetooth.cc834 bluetooth::bqr::DebugDump(fd); in dump()
933 return bluetooth::bqr::getBluetoothQualityReportInterface(); in get_profile_interface()
Dbtif_dm.cc2176 bluetooth::bqr::EnableBtQualityReport(get_main()); in BTIF_dm_enable()
2193 bluetooth::bqr::EnableBtQualityReport(nullptr); in BTIF_dm_disable()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_bqr.h29 namespace bqr {
416 struct formatter<bluetooth::bqr::BqrReportAction>
417 : enum_formatter<bluetooth::bqr::BqrReportAction> {};
419 struct formatter<bluetooth::bqr::BqrVseSubEvt> : ostream_formatter {};
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_BluetoothQualityReport.cpp27 using bluetooth::bqr::BluetoothQualityReportCallbacks;
28 using bluetooth::bqr::BluetoothQualityReportInterface;
41 : public bluetooth::bqr::BluetoothQualityReportCallbacks {
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc825 static bluetooth::bqr::BqrConfiguration config{ in __anon645579b10d02()
826 .report_action = bluetooth::bqr::REPORT_ACTION_ADD, in __anon645579b10d02()
833 if (std::string(key) == bluetooth::bqr::kpPropertyEventMask) { in __anon645579b10d02()
838 if (std::string(key) == bluetooth::bqr::kpPropertyMinReportIntervalMs) { in __anon645579b10d02()
855 BindOnce([]() { bluetooth::bqr::DebugDump(write_fd); })); in TEST_F()
929 bluetooth::bqr::EnableBtQualityReport(get_main()); in SetUp()
949 bluetooth::bqr::EnableBtQualityReport(nullptr); in TearDown()
1015 BindOnce([]() { bluetooth::bqr::DebugDump(write_fd); })); in TEST_F()
1032 namespace bluetooth::bqr::testing { namespace
1049 bluetooth::bqr::testing::set_lmp_trace_log_fd(write_fd); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_bqr.cc27 namespace bqr { namespace
/packages/modules/Bluetooth/system/include/hardware/
Dbt_bqr.h26 namespace bqr {