HomeSort by relevance Sort by last modified time
    Searched refs:msgHandle (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 668 private int setMessageStatus(String msgHandle, BluetoothMapAppParams appParams) {
676 if (msgHandle == null) {
689 handle = BluetoothMapUtils.getCpHandle(msgHandle);
690 msgType = BluetoothMapUtils.getMsgTypeFromHandle(msgHandle);
693 Log.w(TAG, "Wrongly formatted message handle: " + msgHandle);
696 Log.w(TAG, "Message type not found in handle string: " + msgHandle);
724 private int setOwnerStatus(String msgHandle, BluetoothMapAppParams appParams)
    [all...]
BluetoothMapContent.java     [all...]

Completed in 791 milliseconds