| /packages/modules/Bluetooth/tools/rootcanal/test/LMP/ |
| D | page_collision.py | 32 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/ |
| D | BV_78_C.py | 37 … allow_role_switch=hci.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH)) 42 ….Page(source_address=controller.address, destination_address=peer_address, allow_role_switch=True))
|
| D | BV_142_C.py | 37 allow_role_switch=hci.CreateConnectionRoleSwitch.REMAIN_CENTRAL)) 42 …Page(source_address=controller.address, destination_address=peer_address, allow_role_switch=False))
|
| D | BV_02_C.py | 37 allow_role_switch=hci.CreateConnectionRoleSwitch.REMAIN_CENTRAL)) 42 …Page(source_address=controller.address, destination_address=peer_address, allow_role_switch=False))
|
| D | BV_149_C.py | 37 allow_role_switch=hci.CreateConnectionRoleSwitch.REMAIN_CENTRAL)) 42 …Page(source_address=controller.address, destination_address=peer_address, allow_role_switch=False))
|
| D | BV_144_C.py | 38 …Page(source_address=peer_address, destination_address=controller.address, allow_role_switch=False))
|
| D | BV_79_C.py | 38 ….Page(source_address=peer_address, destination_address=controller.address, allow_role_switch=True))
|
| D | BV_01_C.py | 38 …Page(source_address=peer_address, destination_address=controller.address, allow_role_switch=False))
|
| D | BV_143_C.py | 38 …Page(source_address=peer_address, destination_address=controller.address, allow_role_switch=False))
|
| /packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
| D | acl_connection_handler.cc | 71 bool allow_role_switch) { in CreatePendingConnection() argument 78 pending_classic_connection_allow_role_switch_ = allow_role_switch; in CreatePendingConnection()
|
| D | acl_connection_handler.h | 50 bool allow_role_switch);
|
| D | link_layer_controller.h | 104 uint16_t clock_offset, uint8_t allow_role_switch); 1061 uint8_t allow_role_switch; member
|
| D | link_layer_controller.cc | 4828 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()
|
| D | dual_mode_controller.cc | 1977 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/ |
| D | hci_layer_test.cc | 498 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/ |
| D | link_layer_packets.pdl | 216 allow_role_switch : 8,
|
| D | hci_packets.pdl | 1074 allow_role_switch : CreateConnectionRoleSwitch,
|
| /packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
| D | classic_impl.h | 293 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/ |
| D | hci_packets.pdl | 1128 allow_role_switch : CreateConnectionRoleSwitch,
|