Home
last modified time | relevance | path

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

/system/bt/internal_include/
Dbt_target.h175 #ifndef L2CAP_CMD_BUF_SIZE
176 #define L2CAP_CMD_BUF_SIZE BT_SMALL_BUFFER_SIZE macro
/system/bt/stack/l2cap/
Dl2c_utils.cc319 BT_HDR* p_buf = (BT_HDR*)osi_malloc(L2CAP_CMD_BUF_SIZE); in l2cu_build_header()
989 maxlen = (L2CAP_CMD_BUF_SIZE > acl_packet_size) in l2cu_send_peer_echo_rsp()
991 : (uint16_t)L2CAP_CMD_BUF_SIZE; in l2cu_send_peer_echo_rsp()
Dl2c_fcr.cc531 BT_HDR* p_buf = (BT_HDR*)osi_malloc(L2CAP_CMD_BUF_SIZE); in l2c_fcr_send_S_frame()