Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h644 bool ProcessIncomingLegacyConnectRequest(model::packets::LeConnectView const& connect_ind);
Dlink_layer_controller.cc4066 bool LinkLayerController::ProcessIncomingLegacyConnectRequest( in ProcessIncomingLegacyConnectRequest() function in rootcanal::LinkLayerController
4297 if (ProcessIncomingLegacyConnectRequest(connect)) { in IncomingLeConnectPacket()