Searched refs:bmsg (Results 1 – 1 of 1) sorted by relevance
729 BluetoothMapBmessage bmsg = new BluetoothMapBmessage(); in pushMessage() local731 bmsg.setType(BluetoothMapBmessage.Type.SMS_GSM); in pushMessage()732 bmsg.setStatus(BluetoothMapBmessage.Status.READ); in pushMessage()741 bmsg.addRecipient(dest_entry); in pushMessage()744 bmsg.setBodyContent(msg.getMessage()); in pushMessage()746 boolean status = mClient.pushMessage(FOLDER_OUTBOX, bmsg, null); in pushMessage()