Home | History | Annotate | Download | only in opp

Lines Matching refs:DESTINATION

183         String destination;
185 destination = ((BluetoothOppRfcommTransport)mTransport).getRemoteAddress();
187 destination = "FF:FF:FF:00:00:00";
190 isWhitelisted(destination);
272 values.put(BluetoothShare.DESTINATION, destination);
556 String destination;
558 destination = ((BluetoothOppRfcommTransport)mTransport).getRemoteAddress();
560 destination = "FF:FF:FF:00:00:00";
563 isWhitelisted(destination);
573 intent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, destination);