Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/packets/
Dlink_layer_packets.pdl177 allow_role_switch : 8,
/system/bt/gd/rust/link/src/acl/classic/
Dmod.rs251 allow_role_switch: CreateConnectionRoleSwitch::AllowRoleSwitch, in build_create_connection()
/system/bt/gd/hci/
Dhci_layer_test.cc693 CreateConnectionRoleSwitch allow_role_switch = CreateConnectionRoleSwitch::ALLOW_ROLE_SWITCH; in TEST_F() local
695 …ddr, packet_type, page_scan_repetition_mode, clock_offset, clock_offset_valid, allow_role_switch)); in TEST_F()
711 ASSERT_EQ(allow_role_switch, view.GetAllowRoleSwitch()); in TEST_F()
Dhci_packets.pdl944 allow_role_switch : CreateConnectionRoleSwitch,
/system/bt/gd/hci/acl_manager/
Dclassic_impl.h216 CreateConnectionRoleSwitch allow_role_switch = CreateConnectionRoleSwitch::ALLOW_ROLE_SWITCH; in create_connection() local
219 …ress, packet_type, page_scan_repetition_mode, clock_offset, clock_offset_valid, allow_role_switch); in create_connection()
/system/bt/stack/acl/
Dbtm_acl.cc2644 uint8_t allow_role_switch = HCI_CR_CONN_NOT_ALLOW_SWITCH; in acl_create_classic_connection() local
2648 allow_role_switch = HCI_CR_CONN_ALLOW_SWITCH; in acl_create_classic_connection()
2664 page_scan_mode, clock_offset, allow_role_switch); in acl_create_classic_connection()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.h94 uint8_t allow_role_switch);
Ddual_mode_controller.cc1784 uint8_t allow_role_switch = in CreateConnection() local
1788 address, packet_type, page_scan_mode, clock_offset, allow_role_switch); in CreateConnection()
Dlink_layer_controller.cc2190 uint8_t allow_role_switch) { in CreateConnection() argument
2197 allow_role_switch); in CreateConnection()