Home
last modified time | relevance | path

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

/system/bt/include/
Dbt_target.h231 #ifndef L2CAP_CMD_POOL_ID
232 #define L2CAP_CMD_POOL_ID GKI_POOL_ID_2 macro
/system/bt/stack/l2cap/
Dl2c_utils.c344 BT_HDR *p_buf = (BT_HDR *)GKI_getpoolbuf (L2CAP_CMD_POOL_ID); in l2cu_build_header()
1050 if (GKI_poolutilization (L2CAP_CMD_POOL_ID) > 10) in l2cu_send_peer_echo_rsp()
1059 maxlen = (GKI_get_pool_bufsize(L2CAP_CMD_POOL_ID) > acl_packet_size) ? in l2cu_send_peer_echo_rsp()
1060 acl_data_size : (UINT16)GKI_get_pool_bufsize(L2CAP_CMD_POOL_ID); in l2cu_send_peer_echo_rsp()
Dl2c_fcr.c541 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (L2CAP_CMD_POOL_ID)) != NULL) in l2c_fcr_send_S_frame()