Searched defs:remote_id (Results 1 - 2 of 2) sorted by path

/system/bt/stack/l2cap/
H A Dl2c_int.h301 UINT8 remote_id; /* Transaction ID for local */ member in struct:t_l2c_ccb
616 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid);
H A Dl2c_utils.c536 if ((p_buf=l2cu_build_header(p_ccb->p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, p_ccb->remote_id)) == NULL)
722 L2CAP_CMD_CONFIG_RSP, p_ccb->remote_id)) == NULL )
839 UINT8_TO_STREAM (p, p_ccb->remote_id);
975 void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, argument
981 if ((p_buf=l2cu_build_header(p_lcb, L2CAP_DISC_RSP_LEN, L2CAP_CMD_DISC_RSP, remote_id)) == NULL)
1135 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) argument
1165 if ((p_buf = l2cu_build_header(p_lcb, len, L2CAP_CMD_INFO_RSP, remote_id)) == NULL)
3171 L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES, p_ccb->remote_id)) == NULL )

Completed in 176 milliseconds