Searched defs:scan_response_data (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/ |
D | le_set_extended_scan_response_data_test.cc | 50 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
|
D | le_set_extended_advertising_parameters_test.cc | 134 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/ |
D | gatt_ble_advertiser_shim.cc | 115 ::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/ |
D | le_advertiser.cc | 162 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/ |
D | le_advertising_manager.cc | 131 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/ |
D | bluetooth_adv.rs | 1389 scan_response_data: Vec<u8>, field 1686 let scan_response_data = in start_advertising_set() localVariable
|