Searched refs:msgData (Results 1 – 1 of 1) sorted by relevance
149 boolean doPeripheralHandover(Bundle msgData) { in doPeripheralHandover() argument155 if (msgData == null) { in doPeripheralHandover()159 BluetoothDevice device = msgData.getParcelable(EXTRA_PERIPHERAL_DEVICE); in doPeripheralHandover()160 String name = msgData.getString(EXTRA_PERIPHERAL_NAME); in doPeripheralHandover()161 int transport = msgData.getInt(EXTRA_PERIPHERAL_TRANSPORT); in doPeripheralHandover()162 OobData oobData = msgData.getParcelable(EXTRA_PERIPHERAL_OOB_DATA); in doPeripheralHandover()