Home
last modified time | relevance | path

Searched defs:scan_response_data (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dle_set_extended_scan_response_data_test.cc50 std::vector<uint8_t> scan_response_data = {1, 2, 3}; in TEST_F() local
81 std::vector<uint8_t> scan_response_data = {1, 2, 3}; in TEST_F() local
133 std::vector<uint8_t> scan_response_data = {1, 2, 3}; in TEST_F() local
149 std::vector<uint8_t> scan_response_data = {1, 2, 3}; in TEST_F() local
181 std::vector<uint8_t> scan_response_data = {1, 2, 3}; in TEST_F() local
240 std::vector<uint8_t> scan_response_data = {1, 2, 3}; in TEST_F() local
264 std::vector<uint8_t> scan_response_data = {1, 2, 3}; in TEST_F() local
314 std::vector<uint8_t> scan_response_data = {1, 2, 3}; in TEST_F() local
Dle_set_extended_advertising_parameters_test.cc134 std::vector<uint8_t> scan_response_data = {1, 2, 3}; in TEST_F() local
183 std::vector<uint8_t> scan_response_data = {1, 2, 3}; in TEST_F() local
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_advertiser_shim.cc115 ::rust::Vec<uint8_t> scan_response_data, in StartAdvertising()
131 ::rust::Vec<uint8_t> scan_response_data, in StartAdvertisingSet()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dle_advertiser.cc162 const std::vector<uint8_t>& scan_response_data) { in LeSetScanResponseData()
748 const std::vector<uint8_t>& scan_response_data) { in LeSetExtendedScanResponseData()
/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc131 std::vector<uint8_t> scan_response_data, int timeout_s, in StartAdvertising()
150 std::vector<uint8_t> scan_response_data, in StartAdvertisingSet()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs1389 scan_response_data: Vec<u8>, field
1686 let scan_response_data = in start_advertising_set() localVariable