Home
last modified time | relevance | path

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

/aosp12/system/bt/hci/src/
H A Dbtsnoop.cc110 uint16_t rfc_local_cid = 0; member in FilterTracker
122 rfc_local_cid = local_cid; in setRfcCid()
128 if (rfc_local_cid == local_cid) { in removeL2cCid()
131 rfc_local_cid = 0; in removeL2cCid()
147 const auto& channel = local ? rfc_local_cid : rfc_remote_cid; in isRfcChannel()