Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_main.c278 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; in process_l2cap_cmd() local
353 STREAM_TO_UINT16 (rcid, p); in process_l2cap_cmd()
356 … L2CAP_TRACE_WARNING ("L2CAP - rej with CID invalid, LCID: 0x%04x RCID: 0x%04x", lcid, rcid); in process_l2cap_cmd()
360 && (p_ccb->remote_cid == rcid)) in process_l2cap_cmd()
386 STREAM_TO_UINT16 (rcid, p); in process_l2cap_cmd()
390 l2cu_reject_connection (p_lcb, rcid, id, L2CAP_CONN_NO_PSM); in process_l2cap_cmd()
398 l2cu_reject_connection (p_lcb, rcid, id, L2CAP_CONN_NO_PSM); in process_l2cap_cmd()
405 l2cu_reject_connection (p_lcb, rcid, id, L2CAP_CONN_NO_RESOURCES); in process_l2cap_cmd()
410 p_ccb->remote_cid = rcid; in process_l2cap_cmd()
634 STREAM_TO_UINT16 (rcid, p); in process_l2cap_cmd()
[all …]
Dl2c_ble.c605 UINT16 lcid = 0, rcid = 0, mtu = 0, mps = 0, initial_credit = 0; in l2cble_process_sig_cmd() local
679 STREAM_TO_UINT16 (rcid, p); in l2cble_process_sig_cmd()
723 p_ccb->remote_cid = rcid; in l2cble_process_sig_cmd()
812 STREAM_TO_UINT16 (rcid, p); in l2cble_process_sig_cmd()
816 if (p_ccb->remote_cid == rcid) in l2cble_process_sig_cmd()
823 l2cu_send_peer_disc_rsp (p_lcb, id, lcid, rcid); in l2cble_process_sig_cmd()
828 STREAM_TO_UINT16 (rcid, p); in l2cble_process_sig_cmd()
833 if ((p_ccb->remote_cid == rcid) && (p_ccb->local_id == id)) in l2cble_process_sig_cmd()
Dl2c_api.c1048 bool L2CA_GetIdentifiers(uint16_t lcid, uint16_t *rcid, uint16_t *handle) { in L2CA_GetIdentifiers() argument
1053 if (rcid) in L2CA_GetIdentifiers()
1054 *rcid = control_block->remote_cid; in L2CA_GetIdentifiers()
2073 BOOLEAN L2CA_GetConnectionConfig(UINT16 lcid, UINT16 *mtu, UINT16 *rcid, UINT16 *handle) in L2CA_GetConnectionConfig() argument
2085 *rcid = p_ccb->remote_cid; in L2CA_GetConnectionConfig()
/system/bt/stack/include/
Dl2c_api.h615 bool L2CA_GetIdentifiers(uint16_t lcid, uint16_t *rcid, uint16_t *handle);
1164 extern BOOLEAN L2CA_GetConnectionConfig(UINT16 lcid, UINT16 *mtu, UINT16 *rcid, UINT16 *handle);