Searched refs:rej_len (Results 1 – 2 of 2) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_utils.c | 847 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 854 L2CAP_TRACE_DEBUG("l2cu_send_peer_config_rej: data_len=%d, rej_len=%d", data_len, rej_len); in l2cu_send_peer_config_rej() 859 if (rej_len > len1) { in l2cu_send_peer_config_rej() 864 p_buf = (BT_HDR *)osi_malloc (len + rej_len); in l2cu_send_peer_config_rej() 889 UINT16_TO_STREAM (p, L2CAP_CMD_OVERHEAD + L2CAP_CONFIG_RSP_LEN + rej_len); in l2cu_send_peer_config_rej() 896 UINT16_TO_STREAM (p, L2CAP_CONFIG_RSP_LEN + rej_len); in l2cu_send_peer_config_rej() 902 buf_space = rej_len; in l2cu_send_peer_config_rej() 949 len, (L2CAP_CMD_OVERHEAD + L2CAP_CONFIG_RSP_LEN + rej_len)); in l2cu_send_peer_config_rej()
|
/device/soc/esp/esp32/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);
|