Searched defs:event_type (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp203 void btgattc_scan_result_cb(uint16_t event_type, uint8_t addr_type, argument
219 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onScanResult, event_type,
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java719 void onScanResult(int event_type, int address_type, String address, int primary_phy, argument
723 Log.d(TAG, "onScanResult() - event_type=0x" + Integer.toHexString(event_type)
761 if ((event_type & ET_LEGACY_MASK) == 0) {
772 ScanResult result = new ScanResult(device, event_type, primary_phy, secondary_phy,

Completed in 50 milliseconds