Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dlink_layer_controller.h88 ErrorCode AcceptConnectionRequest(const Address& addr, bool try_role_switch);
89 void MakePeripheralConnection(const Address& addr, bool try_role_switch);
H A Dlink_layer_controller.cc2125 bool try_role_switch) { in AcceptConnectionRequest() argument
2132 ScheduleTask(milliseconds(200), [this, addr, try_role_switch]() { in AcceptConnectionRequest()
2134 MakePeripheralConnection(addr, try_role_switch); in AcceptConnectionRequest()
2141 bool try_role_switch) { in MakePeripheralConnection() argument
2144 properties_.GetAddress(), addr, try_role_switch); in MakePeripheralConnection()
H A Ddual_mode_controller.cc1469 bool try_role_switch = command_view.GetRole() == in AcceptConnectionRequest() local
1472 link_layer_controller_.AcceptConnectionRequest(addr, try_role_switch); in AcceptConnectionRequest()
/aosp12/system/bt/vendor_libs/test_vendor_lib/packets/
H A Dlink_layer_packets.pdl181 try_role_switch : 8,