Searched refs:sync_handle (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1991 static void onSyncStarted(int reg_id, uint8_t status, uint16_t sync_handle, in onSyncStarted() argument 1998 reg_id, sync_handle, sid, address_type, address, in onSyncStarted() 2002 static void onSyncReport(uint16_t sync_handle, int8_t tx_power, int8_t rssi, in onSyncReport() argument 2013 sync_handle, tx_power, rssi, data_status, in onSyncReport() 2017 static void onSyncLost(uint16_t sync_handle) { in onSyncLost() argument 2022 sync_handle); in onSyncLost() 2036 static void stopSyncNative(int sync_handle) { in stopSyncNative() argument 2039 sGattIf->scanner->StopSync(sync_handle); in stopSyncNative()
|