Searched refs:CHARSET_UTF8 (Results 1 – 3 of 3) sorted by relevance
50 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8); in BluetoothMasRequestPushMessage()
51 oap.add(OAP_TAGID_CHARSET, CharsetType.UTF_8.equals(charset) ? CHARSET_UTF8 in BluetoothMasRequestGetMessage()
62 protected static byte CHARSET_UTF8 = 0x01; field in BluetoothMasRequest