Home
last modified time | relevance | path

Searched defs:bmsg (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DBmessageBuilder.java62 public static String createBmessage(Bmessage bmsg) { in createBmessage()
70 private void build(Bmessage bmsg) { in build()
H A DRequestGetMessage.java79 String bmsg; in readResponse() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientContent.java513 boolean addThreadContactsToEntries(Bmessage bmsg, String thread) { in addThreadContactsToEntries()
538 private void addRecipientsToEntries(Bmessage bmsg, String[] recipients) { in addRecipientsToEntries()
H A DMceStateMachine.java279 Bmessage bmsg = new Bmessage(); in sendMapMessage() local
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mce_test.cpp42 … const BluetoothRemoteDevice &deviceAddress, const MapBMessage &bmsg, MapExecuteStatus status) {} in OnBmessageCompleted()