Searched defs:sync_handle (Results 1 – 2 of 2) sorted by relevance
| /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
| D | PeriodicScanManager.java | 104 Map.Entry<IBinder, SyncInfo> findSync(int sync_handle) { in findSync() 115 void onSyncStarted(int reg_id, int sync_handle, int sid, int address_type, String address, in onSyncStarted() 143 void onSyncReport(int sync_handle, int tx_power, int rssi, int data_status, byte[] data) in onSyncReport() 159 void onSyncLost(int sync_handle) throws Exception { in onSyncLost() 203 Integer sync_handle = sync.id; in stopSync() local 223 private native void stopSyncNative(int sync_handle); in stopSyncNative()
|
| /packages/apps/Bluetooth/jni/ |
| D | com_android_bluetooth_gatt.cpp | 2013 static void onSyncStarted(int reg_id, uint8_t status, uint16_t sync_handle, in onSyncStarted() 2024 static void onSyncReport(uint16_t sync_handle, int8_t tx_power, int8_t rssi, in onSyncReport() 2039 static void onSyncLost(uint16_t sync_handle) { in onSyncLost() 2060 static void stopSyncNative(int sync_handle) { in stopSyncNative()
|