Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/testutils/
Dparse_log.py223 transaction_type = (data[offset + header_length] & 0xE0) >> 5
224 if transaction_type == 3: # ST_NTF or NCI_NTF transactions
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h328 LeConnectionType transaction_type = LeConnectionType::CONNECTION_TYPE_UNSPECIFIED; member
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc469 session_options.origin_type, session_options.transaction_type, in LogMetricBluetoothLEConnection()