Home
last modified time | relevance | path

Searched refs:STANDARD (Results 1 – 4 of 4) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/
Dinquiry_response_builder.h39 Inquiry::InquiryType::STANDARD, page_scan_repetition_mode, class_of_device, clock_offset)); in CreateStandard()
58 if (inquiry_type_ == Inquiry::InquiryType::STANDARD) { in size()
75 if (inquiry_type_ == Inquiry::InquiryType::STANDARD) { in Serialize()
/system/bt/vendor_libs/test_vendor_lib/include/
Dinquiry.h28 STANDARD = 0x00, enumerator
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc320 case (Inquiry::InquiryType::STANDARD): in IncomingInquiryPacket()
350 case (Inquiry::InquiryType::STANDARD): { in IncomingInquiryResponsePacket()
/system/bt/vendor_libs/test_vendor_lib/packets/test/
Dlink_layer_packet_builder_test.cc189 ASSERT_EQ(inquiry_response.GetType(), Inquiry::InquiryType::STANDARD); in TEST_F()