Home | History | Annotate | Download | only in l2cap

Lines Matching refs:rcid

1005 bool L2CA_GetIdentifiers(uint16_t lcid, uint16_t* rcid, uint16_t* handle) {
1009 if (rcid) *rcid = control_block->remote_cid;
2008 bool L2CA_GetConnectionConfig(uint16_t lcid, uint16_t* mtu, uint16_t* rcid,
2019 *rcid = p_ccb->remote_cid;