Home
last modified time | relevance | path

Searched refs:getNameLengthForAdvertise (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl70 int getNameLengthForAdvertise(in AttributionSource attributionSource); in getNameLengthForAdvertise() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java728 final int length = mBluetoothAdapter.getNameLengthForAdvertise();
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java1684 public int getNameLengthForAdvertise() { in getNameLengthForAdvertise() method in BluetoothAdapter
1688 return mService.getNameLengthForAdvertise(mAttributionSource); in getNameLengthForAdvertise()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2439 public int getNameLengthForAdvertise(AttributionSource attributionSource) { in getNameLengthForAdvertise() method in AdapterService.AdapterServiceBinder
2449 return service.getNameLengthForAdvertise(); in getNameLengthForAdvertise()
4707 public int getNameLengthForAdvertise() { in getNameLengthForAdvertise() method in AdapterService