Searched refs:CreateConnectionRoleSwitch (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer_test.cc | 277 CreateConnectionRoleSwitch::ALLOW_ROLE_SWITCH)); in TEST_F() 497 CreateConnectionRoleSwitch allow_role_switch = CreateConnectionRoleSwitch::ALLOW_ROLE_SWITCH; in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/LMP/LIH/ |
D | BV_78_C.py | 37 … allow_role_switch=hci.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH))
|
D | BV_142_C.py | 37 allow_role_switch=hci.CreateConnectionRoleSwitch.REMAIN_CENTRAL))
|
D | BV_02_C.py | 37 allow_role_switch=hci.CreateConnectionRoleSwitch.REMAIN_CENTRAL))
|
D | BV_149_C.py | 37 allow_role_switch=hci.CreateConnectionRoleSwitch.REMAIN_CENTRAL))
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/LMP/ |
D | page_collision.py | 32 allow_role_switch=hci.CreateConnectionRoleSwitch.REMAIN_CENTRAL,
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_impl.h | 287 CreateConnectionRoleSwitch allow_role_switch = CreateConnectionRoleSwitch::ALLOW_ROLE_SWITCH; in create_connection()
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_hci.py | 193 … allow_role_switch=hci.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH))
|
D | py_hal.py | 217 … allow_role_switch=hci.CreateConnectionRoleSwitch.ALLOW_ROLE_SWITCH))
|
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/ |
D | packets.pdl | 990 enum CreateConnectionRoleSwitch : 8 { 1002 allow_role_switch : CreateConnectionRoleSwitch,
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1061 enum CreateConnectionRoleSwitch : 8 { 1073 allow_role_switch : CreateConnectionRoleSwitch,
|
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1116 enum CreateConnectionRoleSwitch : 8 { 1128 allow_role_switch : CreateConnectionRoleSwitch,
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.cc | 1983 bluetooth::hci::CreateConnectionRoleSwitch::ALLOW_ROLE_SWITCH); in CreateConnection()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 108 enum class CreateConnectionRoleSwitch : uint8_t {REMAIN_CENTRAL = 0x0,ALLOW_ROLE_SWITCH = 0x1,}; enum 554 …CreateConnectionRoleSwitch& param) {std::stringstream builder;switch (param) {case CreateConnectio… in CreateConnectionRoleSwitchText() 3348 CreateConnectionRoleSwitch GetAllowRoleSwitch() const {ASSERT(was_validated_);auto to_bound = begin… in CreateOptional() 22001 …e, uint16_t clock_offset, ClockOffsetValid clock_offset_valid, CreateConnectionRoleSwitch allow_ro… in Create() 22021 …e, uint16_t clock_offset, ClockOffsetValid clock_offset_valid, CreateConnectionRoleSwitch allow_ro… in Create() 22025 …int16_t clock_offset_{};ClockOffsetValid clock_offset_valid_{};CreateConnectionRoleSwitch allow_ro… in Create() 49907 struct formatter<bluetooth::hci::CreateConnectionRoleSwitch> : enum_formatter<bluetooth::hci::Creat…
|