Searched refs:OAP_TAGID_MAX_LIST_COUNT (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestGetFolderListingSize.java36 oap.add(OAP_TAGID_MAX_LIST_COUNT, 0);
H A DBluetoothMasRequestGetMessagesListingSize.java37 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) 0);
H A DBluetoothMasRequestGetFolderListing.java48 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) maxListCount);
H A DBluetoothMasRequest.java31 protected static final byte OAP_TAGID_MAX_LIST_COUNT = 0x01; field in class:BluetoothMasRequest
H A DBluetoothMasRequestGetMessagesListing.java107 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) maxListCount);

Completed in 26 milliseconds