Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:mEventType

350         String mEventType;
354 mEventType = "AdvertisingSet";
360 Log.d("onAdvertisingSetStarted" + mEventType + " " + index);
371 mEventFacade.postEvent(mEventType + index + "onAdvertisingSetStarted", results);
376 Log.d("onAdvertisingSetStopped" + mEventType + " " + index);
379 mEventFacade.postEvent(mEventType + index + "onAdvertisingSetStopped", results);
424 Log.d("onOwnAddressRead" + mEventType + " " + setIndex);
429 mEventFacade.postEvent(mEventType + setIndex + "onOwnAddressRead", results);
437 Log.d(cb + mEventType + " " + index);
442 mEventFacade.postEvent(mEventType + index + cb, results);