Home
last modified time | relevance | path

Searched refs:extended_inquiry_response (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dpcap_filter.cc226 std::array<uint8_t, 240> extended_inquiry_response = in FilterWriteExtendedInquiryResponse() local
228 FilterGapData(extended_inquiry_response.data(), in FilterWriteExtendedInquiryResponse()
229 extended_inquiry_response.size()); in FilterWriteExtendedInquiryResponse()
231 parameters.GetFecRequired(), extended_inquiry_response) in FilterWriteExtendedInquiryResponse()
327 std::array<uint8_t, 240> extended_inquiry_response = in FilterReadExtendedInquiryResponseComplete() local
330 FilterGapData(extended_inquiry_response.data(), in FilterReadExtendedInquiryResponseComplete()
331 extended_inquiry_response.size()); in FilterReadExtendedInquiryResponseComplete()
336 parameters.GetFecRequired(), extended_inquiry_response) in FilterReadExtendedInquiryResponseComplete()
362 std::array<uint8_t, 240> extended_inquiry_response = in FilterExtendedInquiryResult() local
364 FilterGapData(extended_inquiry_response.data(), in FilterExtendedInquiryResult()
[all …]
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl127 extended_inquiry_response : 8[240],
Dhci_packets.pdl2364 extended_inquiry_response : 8[240],
2369 extended_inquiry_response : 8[240],
5032 extended_inquiry_response : 8[240],
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h815 std::array<uint8_t, 240> const& extended_inquiry_response);
817 std::vector<uint8_t> const& extended_inquiry_response);
Dlink_layer_controller.cc2011 std::array<uint8_t, 240> const& extended_inquiry_response) { in SetExtendedInquiryResponse() argument
2012 extended_inquiry_response_ = extended_inquiry_response; in SetExtendedInquiryResponse()
2016 std::vector<uint8_t> const& extended_inquiry_response) { in SetExtendedInquiryResponse() argument
2017 ASSERT(extended_inquiry_response.size() <= extended_inquiry_response_.size()); in SetExtendedInquiryResponse()
2019 std::copy(extended_inquiry_response.begin(), extended_inquiry_response.end(), in SetExtendedInquiryResponse()
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl2522 extended_inquiry_response : GapData[],
2527 extended_inquiry_response : GapData[],
6197 extended_inquiry_response : GapData[],
6216 extended_inquiry_response : 8[240],