OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOwnAddress
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/le/
AdvertisingSet.java
191
public void
getOwnAddress
(){
193
gatt.
getOwnAddress
(this.advertiserId);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java
222
void
getOwnAddress
(int advertiserId) {
GattService.java
624
public void
getOwnAddress
(int advertiserId) {
627
service.
getOwnAddress
(advertiserId);
[
all
...]
Completed in 1190 milliseconds