Searched refs:rej_len (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_utils.c | 796 void l2cu_send_peer_config_rej (tL2C_CCB *p_ccb, UINT8 *p_data, UINT16 data_len, UINT16 rej_len) in l2cu_send_peer_config_rej() argument 802 L2CAP_TRACE_DEBUG("l2cu_send_peer_config_rej: data_len=%d, rej_len=%d", data_len, rej_len); in l2cu_send_peer_config_rej() 807 if (rej_len > len1) in l2cu_send_peer_config_rej() 813 BT_HDR *p_buf = (BT_HDR *)osi_malloc(len + rej_len); in l2cu_send_peer_config_rej() 834 UINT16_TO_STREAM (p, L2CAP_CMD_OVERHEAD + L2CAP_CONFIG_RSP_LEN + rej_len); in l2cu_send_peer_config_rej() 841 UINT16_TO_STREAM (p, L2CAP_CONFIG_RSP_LEN + rej_len); in l2cu_send_peer_config_rej() 847 buf_space = rej_len; in l2cu_send_peer_config_rej() 902 len, (L2CAP_CMD_OVERHEAD+L2CAP_CONFIG_RSP_LEN+rej_len)); in l2cu_send_peer_config_rej()
|
D | l2c_int.h | 614 …id l2cu_send_peer_config_rej (tL2C_CCB *p_ccb, UINT8 *p_data, UINT16 data_len, UINT16 rej_len);
|