HomeSort by relevance Sort by last modified time
    Searched refs:stopAdvertising (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 41 void stopAdvertising();
BluetoothAdapter.java 579 public boolean stopAdvertising(AdvertiseCallback callback) {
595 mAdvertisingGattCallback.stopAdvertising();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 232 stopAdvertising(true); // force stop advertising.
526 public void stopAdvertising() throws RemoteException {
529 service.stopAdvertising();
    [all...]

Completed in 962 milliseconds