Home
last modified time | relevance | path

Searched refs:LeReadRemoteFeaturesView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc279 auto le_read_features_view = bluetooth::hci::LeReadRemoteFeaturesView::Create( in handle_command_response()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h10548LeReadRemoteFeaturesView : public LeConnectionManagementCommandView { public:static LeReadRemoteFe… in CreateOptional()
10550LeReadRemoteFeaturesView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
10566 explicit LeReadRemoteFeaturesView(LeConnectionManagementCommandView parent) : LeConnectionManagemen… in CreateOptional() function
34270 static std::unique_ptr<LeReadRemoteFeaturesBuilder> FromView(LeReadRemoteFeaturesView view) {if (!v… in Create()
34293 …areBytes(std::vector<uint8_t> captured_packet) {LeReadRemoteFeaturesView view = LeReadRemoteFeatur…
34296 …o vec = std::vector<uint8_t>(data, data + size);LeReadRemoteFeaturesView view = LeReadRemoteFeatur…