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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 145 private static class TLV {
157 public TLV(String tag) {
172 Rlog.d(LOG_TAG, "TLV parseLength length=" + length + "lenghtBytes: " + lengthBytes);
177 Rlog.d(LOG_TAG, "Parse TLV: " + tag);
199 Rlog.d(LOG_TAG, "Got TLV: " + tag + "," + length + "," + value);
427 TLV allRules = new TLV(TAG_ALL_REF_AR_DO);
449 TLV allRefArDo = new TLV(TAG_ALL_REF_AR_DO); //FF40
455 TLV refArDo = new TLV(TAG_REF_AR_DO); //E
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h     [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c 710 ** TLV (type, len, value) representation in the data buffer
801 ** a TLV (type, len, value) representation in the data buffer
807 INT32 BTA_JvServiceResult(UINT8 *TLV)
815 memcpy(TLV, bta_jv_cb.p_sel_raw_data, serv_sel);
    [all...]

Completed in 77 milliseconds