OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startAdvertising
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl
40
void
startAdvertising
(in int appIf);
BluetoothAdapter.java
529
public boolean
startAdvertising
(final AdvertiseCallback callback) {
544
iGatt.
startAdvertising
(mAdvertisingGattCallback.mLeHandle);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
512
public void
startAdvertising
(int appIf) throws RemoteException {
515
service.
startAdvertising
(appIf);
[
all
...]
Completed in 563 milliseconds