Lines Matching refs:remote_cid
115 void addL2cCid(uint16_t local_cid, uint16_t remote_cid) { in addL2cCid() argument
117 l2c_remote_cid.insert(remote_cid); in addL2cCid()
121 void setRfcCid(uint16_t local_cid, uint16_t remote_cid) { in setRfcCid() argument
123 rfc_remote_cid = remote_cid; in setRfcCid()
127 void removeL2cCid(uint16_t local_cid, uint16_t remote_cid) { in removeL2cCid() argument
136 l2c_remote_cid.erase(remote_cid); in removeL2cCid()
294 uint16_t remote_cid) { in allowlist_l2c_channel() argument
297 << " cid=" << loghex(local_cid) << ":" << loghex(remote_cid); in allowlist_l2c_channel()
305 filter_list[conn_handle].addL2cCid(local_cid, remote_cid); in allowlist_l2c_channel()
322 uint16_t remote_cid) { in add_rfc_l2c_channel() argument
326 << loghex(remote_cid); in add_rfc_l2c_channel()
332 filter_list[conn_handle].setRfcCid(local_cid, remote_cid); in add_rfc_l2c_channel()
337 uint16_t remote_cid) { in clear_l2cap_allowlist() argument
340 << conn_handle << " cid=" << local_cid << ":" << remote_cid; in clear_l2cap_allowlist()
346 filter_list[conn_handle].removeL2cCid(local_cid, remote_cid); in clear_l2cap_allowlist()