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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java62 private int mNumOfAdvertisementInstancesSupported; field in class:AdapterProperties
206 * @return the mNumOfAdvertisementInstancesSupported
209 return mNumOfAdvertisementInstancesSupported;
539 mNumOfAdvertisementInstancesSupported = (0xFF & ((int)val[3]));
552 + " mNumOfAdvertisementInstancesSupported = "
553 + mNumOfAdvertisementInstancesSupported

Completed in 9 milliseconds