Searched defs:try_role_switch (Results 1 – 4 of 4) sorted by relevance
33 static std::unique_ptr<PageResponseBuilder> Create(uint8_t try_role_switch) { in Create()47 explicit PageResponseBuilder(uint8_t try_role_switch) : try_role_switch_(try_role_switch) {} in PageResponseBuilder()
902 hci::Status LinkLayerController::AcceptConnectionRequest(const Address& addr, bool try_role_switch)… in AcceptConnectionRequest()917 void LinkLayerController::MakeSlaveConnection(const Address& addr, bool try_role_switch) { in MakeSlaveConnection()
696 bool try_role_switch = args[6] == 0; in HciAcceptConnectionRequest() local
335 uint8_t try_role_switch = 2; in TEST_F() local