/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/ |
D | le_set_extended_advertising_enable_test.cc | 42 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable(false, {}), in TEST_F() 55 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 70 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 85 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 103 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 125 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 140 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 155 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 161 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable(true, {}), in TEST_F() 176 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() [all …]
|
D | le_set_extended_advertising_data_test.cc | 72 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 210 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 229 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 295 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 341 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F()
|
D | le_set_extended_scan_response_data_test.cc | 89 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 263 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 290 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F() 347 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F()
|
D | le_set_random_address_test.cc | 61 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F()
|
D | le_set_address_resolution_enable_test.cc | 67 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F()
|
D | le_clear_filter_accept_list_test.cc | 92 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F()
|
D | le_clear_resolving_list_test.cc | 88 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F()
|
D | le_add_device_to_filter_accept_list_test.cc | 98 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F()
|
D | le_remove_device_from_filter_accept_list_test.cc | 106 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F()
|
D | le_remove_device_from_resolving_list_test.cc | 105 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F()
|
D | le_add_device_to_resolving_list_test.cc | 99 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F()
|
D | le_set_extended_advertising_parameters_test.cc | 284 ASSERT_EQ(controller_.LeSetExtendedAdvertisingEnable( in TEST_F()
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/ |
D | BV_22_C.py | 73 hci.LeSetExtendedAdvertisingEnable( 93 …controller.send_cmd(hci.LeSetExtendedAdvertisingEnable(enable=hci.Enable.DISABLED, enabled_sets=[]…
|
D | BV_21_C.py | 73 hci.LeSetExtendedAdvertisingEnable( 94 …controller.send_cmd(hci.LeSetExtendedAdvertisingEnable(enable=hci.Enable.DISABLED, enabled_sets=[]…
|
D | BV_47_C.py | 156 hci.LeSetExtendedAdvertisingEnable(enable=hci.Enable.ENABLED, 249 …controller.send_cmd(hci.LeSetExtendedAdvertisingEnable(enable=hci.Enable.DISABLED, enabled_sets=[]…
|
D | BV_26_C.py | 153 hci.LeSetExtendedAdvertisingEnable( 215 …controller.send_cmd(hci.LeSetExtendedAdvertisingEnable(enable=hci.Enable.DISABLED, enabled_sets=[]…
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/ |
D | direct_hci_test.py | 126 hci.LeSetExtendedAdvertisingEnable(enable=hci.Enable.ENABLED, 136 hci.LeSetExtendedAdvertisingEnable(enable=hci.Enable.DISABLED,
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_hal.py | 92 hci.LeSetExtendedAdvertisingEnable(enable=hci.Enable.ENABLED, 106 hci.LeSetExtendedAdvertisingEnable(enable=hci.Enable.DISABLED,
|
D | py_hci.py | 119 hci.LeSetExtendedAdvertisingEnable(enable=hci.Enable.ENABLED,
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.h | 484 void LeSetExtendedAdvertisingEnable(CommandView command);
|
D | link_layer_controller.h | 481 ErrorCode LeSetExtendedAdvertisingEnable(
|
D | le_advertiser.cc | 953 ErrorCode LinkLayerController::LeSetExtendedAdvertisingEnable( in LeSetExtendedAdvertisingEnable() function in rootcanal::LinkLayerController
|
D | dual_mode_controller.cc | 3456 void DualModeController::LeSetExtendedAdvertisingEnable(CommandView command) { in LeSetExtendedAdvertisingEnable() function in rootcanal::DualModeController 3468 ErrorCode status = link_layer_controller_.LeSetExtendedAdvertisingEnable( in LeSetExtendedAdvertisingEnable() 4551 &DualModeController::LeSetExtendedAdvertisingEnable},
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 3891 packet LeSetExtendedAdvertisingEnable : Command (op_code = LE_SET_EXTENDED_ADVERTISING_ENABLE) { 3897 test LeSetExtendedAdvertisingEnable {
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 4099 packet LeSetExtendedAdvertisingEnable : LeAdvertisingCommand (op_code = LE_SET_EXTENDED_ADVERTISING… 4105 test LeSetExtendedAdvertisingEnable {
|