Home
last modified time | relevance | path

Searched refs:CONNECTABLE (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dle_set_extended_advertising_parameters_test.cc42 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
58 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
68 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
76 1, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
84 2, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
107 0, MakeAdvertisingEventProperties(LEGACY | CONNECTABLE | SCANNABLE), in TEST_F()
122 0, MakeAdvertisingEventProperties(LEGACY | DIRECTED | CONNECTABLE), in TEST_F()
133 0, MakeAdvertisingEventProperties(LEGACY | CONNECTABLE | SCANNABLE), in TEST_F()
148 0, MakeAdvertisingEventProperties(LEGACY | CONNECTABLE), 0x0800, in TEST_F()
158 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
[all …]
Dle_set_extended_advertising_enable_test.cc48 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
63 0, MakeAdvertisingEventProperties(LEGACY | CONNECTABLE | SCANNABLE), in TEST_F()
78 0, MakeAdvertisingEventProperties(LEGACY | CONNECTABLE | SCANNABLE), in TEST_F()
93 0, MakeAdvertisingEventProperties(LEGACY | CONNECTABLE | SCANNABLE), in TEST_F()
111 0, MakeAdvertisingEventProperties(LEGACY | CONNECTABLE | SCANNABLE), in TEST_F()
133 0, MakeAdvertisingEventProperties(LEGACY | CONNECTABLE | SCANNABLE), in TEST_F()
148 0, MakeAdvertisingEventProperties(LEGACY | CONNECTABLE | SCANNABLE), in TEST_F()
168 MakeAdvertisingEventProperties(LEGACY | DIRECTED | CONNECTABLE | in TEST_F()
187 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
244 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
[all …]
Dle_set_extended_advertising_data_test.cc43 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
59 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
84 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
116 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
182 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
203 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
241 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
288 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
310 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
334 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
Dtest_helpers.h20 CONNECTABLE = 0x1, enumerator
32 properties.connectable_ = (mask & CONNECTABLE) != 0;
Dle_set_random_address_test.cc55 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
Dle_set_address_resolution_enable_test.cc61 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
Dle_clear_filter_accept_list_test.cc86 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
Dle_set_extended_scan_response_data_test.cc60 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
150 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
Dle_clear_resolving_list_test.cc82 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
Dle_add_device_to_filter_accept_list_test.cc92 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
Dle_remove_device_from_filter_accept_list_test.cc100 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
Dle_remove_device_from_resolving_list_test.cc99 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
Dle_set_periodic_advertising_enable_test.cc133 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
Dle_set_periodic_advertising_parameters_test.cc90 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
Dle_add_device_to_resolving_list_test.cc93 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dhfp.py21 from pandora.host_pb2 import DISCOVERABLE_GENERAL, CONNECTABLE
131 self.host.SetConnectabilityMode(mode=CONNECTABLE)
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt836 if (connectability == ConnectabilityMode.CONNECTABLE) { in setDiscoverabilityMode()
873 ConnectabilityMode.CONNECTABLE -> { in setConnectabilityMode()