Searched refs:pAttrsVal (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_controller.cpp792 uint8_t* pAttrsVal = new uint8_t[num_attrib]; local
793 if ((!pAttrs) || (!pAttrsVal)) {
803 delete[] pAttrsVal;
811 pAttrsVal[i] = (uint8_t)attr_val[i];
815 (RawAddress*)addr, (uint8_t)num_attrib, pAttrs, pAttrsVal);
820 delete[] pAttrsVal;

Completed in 179 milliseconds