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

/system/bt/include/
H A Dbt_target.h210 #ifndef L2CAP_CMD_BUF_SIZE
211 #define L2CAP_CMD_BUF_SIZE BT_SMALL_BUFFER_SIZE macro
/system/bt/stack/l2cap/
H A Dl2c_utils.c364 BT_HDR *p_buf = (BT_HDR *)osi_malloc(L2CAP_CMD_BUF_SIZE);
1060 maxlen = (L2CAP_CMD_BUF_SIZE > acl_packet_size) ?
1061 acl_data_size : (UINT16)L2CAP_CMD_BUF_SIZE;
H A Dl2c_fcr.c527 BT_HDR *p_buf = (BT_HDR *)osi_malloc(L2CAP_CMD_BUF_SIZE);

Completed in 146 milliseconds