/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/ |
D | le_set_extended_advertising_parameters_test.cc | 42 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 …]
|
D | le_set_extended_advertising_enable_test.cc | 48 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 …]
|
D | le_set_extended_advertising_data_test.cc | 43 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()
|
D | test_helpers.h | 20 CONNECTABLE = 0x1, enumerator 32 properties.connectable_ = (mask & CONNECTABLE) != 0;
|
D | le_set_random_address_test.cc | 55 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
|
D | le_set_address_resolution_enable_test.cc | 61 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
|
D | le_clear_filter_accept_list_test.cc | 86 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
|
D | le_set_extended_scan_response_data_test.cc | 60 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F() 150 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
|
D | le_clear_resolving_list_test.cc | 82 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
|
D | le_add_device_to_filter_accept_list_test.cc | 92 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
|
D | le_remove_device_from_filter_accept_list_test.cc | 100 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
|
D | le_remove_device_from_resolving_list_test.cc | 99 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
|
D | le_set_periodic_advertising_enable_test.cc | 133 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
|
D | le_set_periodic_advertising_parameters_test.cc | 90 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
|
D | le_add_device_to_resolving_list_test.cc | 93 0, MakeAdvertisingEventProperties(CONNECTABLE), 0x0800, 0x0800, in TEST_F()
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | hfp.py | 21 from pandora.host_pb2 import DISCOVERABLE_GENERAL, CONNECTABLE 131 self.host.SetConnectabilityMode(mode=CONNECTABLE)
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Host.kt | 836 if (connectability == ConnectabilityMode.CONNECTABLE) { in setDiscoverabilityMode() 873 ConnectabilityMode.CONNECTABLE -> { in setConnectabilityMode()
|