Home
last modified time | relevance | path

Searched refs:scan_resp (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dad_parser_unittest.cc165 std::vector<uint8_t> scan_resp{0x03, 0x19, 0x00, 0x80, 0x09, 0x09, 0x50, 0x6f, in TEST() local
171 AdvertiseDataParser::RemoveTrailingZeros(scan_resp); in TEST()
174 glued.insert(glued.end(), scan_resp.begin(), scan_resp.end()); in TEST()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2277 jbyteArray scan_resp, jobject periodic_parameters, jbyteArray periodic_data, in startAdvertisingSetNative() argument
2281 jbyte* scan_resp_data = env->GetByteArrayElements(scan_resp, NULL); in startAdvertisingSetNative()
2282 uint16_t scan_resp_len = (uint16_t)env->GetArrayLength(scan_resp); in startAdvertisingSetNative()
2285 env->ReleaseByteArrayElements(scan_resp, scan_resp_data, JNI_ABORT); in startAdvertisingSetNative()