Home
last modified time | relevance | path

Searched refs:MnsSdpSearchInfo (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java70 public MnsSdpSearchInfo mMnsLstRegRqst = null;
95 static class MnsSdpSearchInfo { class in BluetoothMnsObexClient
100 MnsSdpSearchInfo(boolean isSearchON, int masId, int notification) { in MnsSdpSearchInfo() method in BluetoothMnsObexClient.MnsSdpSearchInfo
139 mMnsLstRegRqst = new MnsSdpSearchInfo(true, msg.arg1, msg.arg2); in handleMessage()