Home
last modified time | relevance | path

Searched refs:allow_role_switch (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/test/LMP/
Dpage_collision.py32 allow_role_switch=hci.CreateConnectionRoleSwitch.REMAIN_CENTRAL,
38 …Page(source_address=controller.address, destination_address=peer_address, allow_role_switch=False))
41 …Page(source_address=peer_address, destination_address=controller.address, allow_role_switch=False))
/packages/modules/Bluetooth/tools/rootcanal/test/LMP/LIH/
DBV_78_C.py37allow_role_switch=hci.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH))
42 ….Page(source_address=controller.address, destination_address=peer_address, allow_role_switch=True))
DBV_142_C.py37 allow_role_switch=hci.CreateConnectionRoleSwitch.REMAIN_CENTRAL))
42 …Page(source_address=controller.address, destination_address=peer_address, allow_role_switch=False))
DBV_02_C.py37 allow_role_switch=hci.CreateConnectionRoleSwitch.REMAIN_CENTRAL))
42 …Page(source_address=controller.address, destination_address=peer_address, allow_role_switch=False))
DBV_149_C.py37 allow_role_switch=hci.CreateConnectionRoleSwitch.REMAIN_CENTRAL))
42 …Page(source_address=controller.address, destination_address=peer_address, allow_role_switch=False))
DBV_144_C.py38 …Page(source_address=peer_address, destination_address=controller.address, allow_role_switch=False))
DBV_79_C.py38 ….Page(source_address=peer_address, destination_address=controller.address, allow_role_switch=True))
DBV_01_C.py38 …Page(source_address=peer_address, destination_address=controller.address, allow_role_switch=False))
DBV_143_C.py38 …Page(source_address=peer_address, destination_address=controller.address, allow_role_switch=False))
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection_handler.cc71 bool allow_role_switch) { in CreatePendingConnection() argument
78 pending_classic_connection_allow_role_switch_ = allow_role_switch; in CreatePendingConnection()
Dacl_connection_handler.h50 bool allow_role_switch);
Dlink_layer_controller.h104 uint16_t clock_offset, uint8_t allow_role_switch);
1061 uint8_t allow_role_switch; member
Dlink_layer_controller.cc4828 bool allow_role_switch = page.GetAllowRoleSwitch(); in IncomingPagePacket() local
4831 allow_role_switch)) { in IncomingPagePacket()
4881 bluetooth::hci::Role role = page_->allow_role_switch && response.GetTryRoleSwitch() in IncomingPageResponsePacket()
5104 uint8_t allow_role_switch) { in CreateConnection() argument
5122 .allow_role_switch = allow_role_switch, in CreateConnection()
5782 GetAddress(), page_->bd_addr, class_of_device_, page_->allow_role_switch)); in Paging()
Ddual_mode_controller.cc1977 uint8_t allow_role_switch = static_cast<uint8_t>(command_view.GetAllowRoleSwitch()); in CreateConnection() local
1986 clock_offset, allow_role_switch); in CreateConnection()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc498 CreateConnectionRoleSwitch allow_role_switch = CreateConnectionRoleSwitch::ALLOW_ROLE_SWITCH; in TEST_F() local
501 clock_offset, clock_offset_valid, allow_role_switch)); in TEST_F()
514 ASSERT_EQ(allow_role_switch, view.GetAllowRoleSwitch()); in TEST_F()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl216 allow_role_switch : 8,
Dhci_packets.pdl1074 allow_role_switch : CreateConnectionRoleSwitch,
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h293 CreateConnectionRoleSwitch allow_role_switch = CreateConnectionRoleSwitch::ALLOW_ROLE_SWITCH; in create_connection() local
297 clock_offset, clock_offset_valid, allow_role_switch); in create_connection()
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1128 allow_role_switch : CreateConnectionRoleSwitch,