Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/
Dpage_response_builder.h33 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()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc902 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()
Ddual_mode_controller.cc696 bool try_role_switch = args[6] == 0; in HciAcceptConnectionRequest() local
/system/bt/vendor_libs/test_vendor_lib/packets/test/
Dlink_layer_packet_builder_test.cc335 uint8_t try_role_switch = 2; in TEST_F() local