Home
last modified time | relevance | path

Searched refs:LeSetPeriodicAdvertisingEnable (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dle_set_periodic_advertising_enable_test.cc55 ASSERT_EQ(controller_.LeSetPeriodicAdvertisingEnable(true, false, 0), in TEST_F()
72 ASSERT_EQ(controller_.LeSetPeriodicAdvertisingEnable(false, false, 0), in TEST_F()
77 ASSERT_EQ(controller_.LeSetPeriodicAdvertisingEnable(true, false, 0), in TEST_F()
80 ASSERT_EQ(controller_.LeSetPeriodicAdvertisingEnable(false, false, 0), in TEST_F()
102 ASSERT_EQ(controller_.LeSetPeriodicAdvertisingEnable(true, false, 0), in TEST_F()
115 ASSERT_EQ(controller_.LeSetPeriodicAdvertisingEnable(true, false, 0), in TEST_F()
140 ASSERT_EQ(controller_.LeSetPeriodicAdvertisingEnable(true, false, 0), in TEST_F()
Dle_set_periodic_advertising_data_test.cc77 ASSERT_EQ(controller_.LeSetPeriodicAdvertisingEnable(true, false, 0), in TEST_F()
151 ASSERT_EQ(controller_.LeSetPeriodicAdvertisingEnable(true, false, 0), in TEST_F()
239 ASSERT_EQ(controller_.LeSetPeriodicAdvertisingEnable(true, false, 0), in TEST_F()
Dle_set_periodic_advertising_parameters_test.cc151 ASSERT_EQ(controller_.LeSetPeriodicAdvertisingEnable(true, false, 0), in TEST_F()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_26_C.py142 …controller.send_cmd(hci.LeSetPeriodicAdvertisingEnable(enable=True, include_adi=False, advertising…
233 …controller.send_cmd(hci.LeSetPeriodicAdvertisingEnable(enable=False, include_adi=False, advertisin…
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h493 void LeSetPeriodicAdvertisingEnable(CommandView command);
Dlink_layer_controller.h555 ErrorCode LeSetPeriodicAdvertisingEnable(bool enable, bool include_adi,
Dle_advertiser.cc1539 ErrorCode LinkLayerController::LeSetPeriodicAdvertisingEnable( in LeSetPeriodicAdvertisingEnable() function in rootcanal::LinkLayerController
Ddual_mode_controller.cc2513 void DualModeController::LeSetPeriodicAdvertisingEnable(CommandView command) { in LeSetPeriodicAdvertisingEnable() function in rootcanal::DualModeController
2522 ErrorCode status = link_layer_controller_.LeSetPeriodicAdvertisingEnable( in LeSetPeriodicAdvertisingEnable()
4565 &DualModeController::LeSetPeriodicAdvertisingEnable},
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl3977 packet LeSetPeriodicAdvertisingEnable : Command (op_code = LE_SET_PERIODIC_ADVERTISING_ENABLE) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl4193 packet LeSetPeriodicAdvertisingEnable : LeAdvertisingCommand (op_code = LE_SET_PERIODIC_ADVERTISING…