Searched refs:LeSetExtendedScanResponseData (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/ |
D | le_set_extended_scan_response_data_test.cc | 51 ASSERT_EQ(controller_.LeSetExtendedScanResponseData(0, Operation::COMPLETE_ADVERTISEMENT, in TEST_F() 66 ASSERT_EQ(controller_.LeSetExtendedScanResponseData(0, Operation::COMPLETE_ADVERTISEMENT, in TEST_F() 82 ASSERT_EQ(controller_.LeSetExtendedScanResponseData(0, Operation::COMPLETE_ADVERTISEMENT, in TEST_F() 90 ASSERT_EQ(controller_.LeSetExtendedScanResponseData( in TEST_F() 108 ASSERT_EQ(controller_.LeSetExtendedScanResponseData(0, Operation::FIRST_FRAGMENT, in TEST_F() 113 ASSERT_EQ(controller_.LeSetExtendedScanResponseData(0, Operation::INTERMEDIATE_FRAGMENT, in TEST_F() 118 ASSERT_EQ(controller_.LeSetExtendedScanResponseData(0, Operation::LAST_FRAGMENT, in TEST_F() 134 ASSERT_EQ(controller_.LeSetExtendedScanResponseData(1, Operation::COMPLETE_ADVERTISEMENT, in TEST_F() 150 ASSERT_EQ(controller_.LeSetExtendedScanResponseData(0, Operation::COMPLETE_ADVERTISEMENT, in TEST_F() 166 ASSERT_EQ(controller_.LeSetExtendedScanResponseData(0, Operation::FIRST_FRAGMENT, in TEST_F() [all …]
|
D | le_set_extended_advertising_parameters_test.cc | 135 ASSERT_EQ(controller_.LeSetExtendedScanResponseData(0, Operation::COMPLETE_ADVERTISEMENT, in TEST_F() 185 ASSERT_EQ(controller_.LeSetExtendedScanResponseData(0, Operation::COMPLETE_ADVERTISEMENT, in TEST_F()
|
D | le_set_extended_advertising_enable_test.cc | 199 ASSERT_EQ(controller_.LeSetExtendedScanResponseData(0, Operation::FIRST_FRAGMENT, in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.h | 482 void LeSetExtendedScanResponseData(CommandView command);
|
D | link_layer_controller.h | 438 ErrorCode LeSetExtendedScanResponseData(uint8_t advertising_handle,
|
D | le_advertiser.cc | 746 ErrorCode LinkLayerController::LeSetExtendedScanResponseData( in LeSetExtendedScanResponseData() function in rootcanal::LinkLayerController
|
D | dual_mode_controller.cc | 3120 void DualModeController::LeSetExtendedScanResponseData(CommandView command) { in LeSetExtendedScanResponseData() function in rootcanal::DualModeController 3127 ErrorCode status = link_layer_controller_.LeSetExtendedScanResponseData( in LeSetExtendedScanResponseData() 4100 &DualModeController::LeSetExtendedScanResponseData},
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_hci.py | 109 hci.LeSetExtendedScanResponseData(advertising_handle=self.handle,
|
D | py_hal.py | 80 hci.LeSetExtendedScanResponseData(advertising_handle=self.handle,
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/ |
D | direct_hci_test.py | 119 hci.LeSetExtendedScanResponseData(
|
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/ |
D | packets.pdl | 3869 packet LeSetExtendedScanResponseData : Command (op_code = LE_SET_EXTENDED_SCAN_RESPONSE_DATA) {
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 4005 packet LeSetExtendedScanResponseData : Command (op_code = LE_SET_EXTENDED_SCAN_RESPONSE_DATA) {
|
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 4064 packet LeSetExtendedScanResponseData : LeAdvertisingCommand (op_code = LE_SET_EXTENDED_SCAN_RESPONS…
|