Searched refs:scan_resp (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/ |
D | ad_parser_unittest.cc | 165 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/ |
D | com_android_bluetooth_gatt.cpp | 2277 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()
|