Home
last modified time | relevance | path

Searched refs:L2CAP_CMD_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h656 #ifndef L2CAP_CMD_BUF_SIZE
657 #define L2CAP_CMD_BUF_SIZE BT_SMALL_BUFFER_SIZE macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c419 BT_HDR *p_buf = (BT_HDR *)osi_malloc(L2CAP_CMD_BUF_SIZE); in l2cu_build_header()
1103 maxlen = (L2CAP_CMD_BUF_SIZE > acl_packet_size) ? in l2cu_send_peer_echo_rsp()
1104 acl_data_size : (UINT16)L2CAP_CMD_BUF_SIZE; in l2cu_send_peer_echo_rsp()
Dl2c_fcr.c531 if ((p_buf = (BT_HDR *)osi_malloc(L2CAP_CMD_BUF_SIZE)) != NULL) { in l2c_fcr_send_S_frame()