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);
557 String destination;
559 destination = ((BluetoothOppRfcommTransport)mTransport).getRemoteAddress();
561 destination = "FF:FF:FF:00:00:00";
564 isWhitelisted(destination);
574 intent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, destination);