OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onGetService
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl
30
void
onGetService
(in String address, in int srvcType, in int srvcInstId,
BluetoothAdapter.java
[
all
...]
BluetoothGatt.java
196
public void
onGetService
(String address, int srvcType,
198
if (DBG) Log.d(TAG, "
onGetService
() - Device=" + address + " UUID=" + srvcUuid);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
578
app.callback.
onGetService
(address, srvcType, srvcInstId,
[
all
...]
Completed in 172 milliseconds