Searched refs:rej_len (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_utils.c | 851 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 858 L2CAP_TRACE_DEBUG("l2cu_send_peer_config_rej: data_len=%d, rej_len=%d", data_len, rej_len); in l2cu_send_peer_config_rej() 863 if (rej_len > len1) { in l2cu_send_peer_config_rej() 868 p_buf = (BT_HDR *)osi_malloc (len + rej_len); in l2cu_send_peer_config_rej() 893 UINT16_TO_STREAM (p, L2CAP_CMD_OVERHEAD + L2CAP_CONFIG_RSP_LEN + rej_len); in l2cu_send_peer_config_rej() 900 UINT16_TO_STREAM (p, L2CAP_CONFIG_RSP_LEN + rej_len); in l2cu_send_peer_config_rej() 906 buf_space = rej_len; in l2cu_send_peer_config_rej() 953 len, (L2CAP_CMD_OVERHEAD + L2CAP_CONFIG_RSP_LEN + rej_len)); in l2cu_send_peer_config_rej()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 626 …id l2cu_send_peer_config_rej (tL2C_CCB *p_ccb, UINT8 *p_data, UINT16 data_len, UINT16 rej_len);
|