Searched refs:L2CAP_CMD_POOL_ID (Results 1 – 3 of 3) sorted by relevance
231 #ifndef L2CAP_CMD_POOL_ID232 #define L2CAP_CMD_POOL_ID GKI_POOL_ID_2 macro
344 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()
541 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (L2CAP_CMD_POOL_ID)) != NULL) in l2c_fcr_send_S_frame()