Searched refs:L2CAP_CMD_POOL_ID (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/include/
H A Dbt_target.h453 #ifndef L2CAP_CMD_POOL_ID
454 #define L2CAP_CMD_POOL_ID GKI_POOL_ID_2 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h171 #ifndef L2CAP_CMD_POOL_ID
172 #define L2CAP_CMD_POOL_ID GKI_POOL_ID_2 macro
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c344 BT_HDR *p_buf = (BT_HDR *)GKI_getpoolbuf (L2CAP_CMD_POOL_ID);
1045 if (GKI_poolutilization (L2CAP_CMD_POOL_ID) > 10)
1052 maxlen = (GKI_get_pool_bufsize(L2CAP_CMD_POOL_ID) > btu_cb.hcit_acl_pkt_size) ?
1053 btu_cb.hcit_acl_data_size : (UINT16)GKI_get_pool_bufsize(L2CAP_CMD_POOL_ID);
H A Dl2c_fcr.c553 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (L2CAP_CMD_POOL_ID)) != NULL)

Completed in 5061 milliseconds