Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:sendDTMF

926     public boolean sendDTMF(BluetoothDevice device, byte code) {
927 if (DBG) log("sendDTMF()");
931 return mService.sendDTMF(device, code);