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 D | link_layer_controller.h | 88 ErrorCode AcceptConnectionRequest(const Address& addr, bool try_role_switch); 89 void MakePeripheralConnection(const Address& addr, bool try_role_switch);
|
H A D | link_layer_controller.cc | 2125 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 D | dual_mode_controller.cc | 1469 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 D | link_layer_packets.pdl | 181 try_role_switch : 8,
|