Searched refs:bqr (Results 1 – 9 of 9) sorted by relevance
101 BluetoothQualityReport bqr; in bqrDeliver() local103 bqr = in bqrDeliver()112 Log.i(TAG, bqr.toString()); in bqrDeliver()124 int status = adapterService.bluetoothQualityReportReadyCallback(device, bqr); in bqrDeliver()
48 namespace bqr { namespace875 : 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() local943 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 …]
834 bluetooth::bqr::DebugDump(fd); in dump()933 return bluetooth::bqr::getBluetoothQualityReportInterface(); in get_profile_interface()
2176 bluetooth::bqr::EnableBtQualityReport(get_main()); in BTIF_dm_enable()2193 bluetooth::bqr::EnableBtQualityReport(nullptr); in BTIF_dm_disable()
29 namespace bqr {416 struct formatter<bluetooth::bqr::BqrReportAction>417 : enum_formatter<bluetooth::bqr::BqrReportAction> {};419 struct formatter<bluetooth::bqr::BqrVseSubEvt> : ostream_formatter {};
27 using bluetooth::bqr::BluetoothQualityReportCallbacks;28 using bluetooth::bqr::BluetoothQualityReportInterface;41 : public bluetooth::bqr::BluetoothQualityReportCallbacks {
825 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 { namespace1049 bluetooth::bqr::testing::set_lmp_trace_log_fd(write_fd); in TEST_F()[all …]
27 namespace bqr { namespace
26 namespace bqr {