OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_CMD_POOL_ID
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/include/
bt_target.h
545
#ifndef
L2CAP_CMD_POOL_ID
546
#define
L2CAP_CMD_POOL_ID
GKI_POOL_ID_2
[
all
...]
/external/libnfc-nci/src/include/
bt_target.h
167
#ifndef
L2CAP_CMD_POOL_ID
168
#define
L2CAP_CMD_POOL_ID
GKI_POOL_ID_2
[
all
...]
/external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c
278
BT_HDR *p_buf = (BT_HDR *)GKI_getpoolbuf (
L2CAP_CMD_POOL_ID
);
708
BT_HDR *p_buf = (BT_HDR *)GKI_getpoolbuf (
L2CAP_CMD_POOL_ID
);
934
maxlen = (GKI_get_pool_bufsize(
L2CAP_CMD_POOL_ID
) > btu_cb.hcit_acl_pkt_size) ?
935
btu_cb.hcit_acl_data_size : (UINT16)GKI_get_pool_bufsize(
L2CAP_CMD_POOL_ID
);
[
all
...]
l2c_fcr.c
553
if ((p_buf = (BT_HDR *)GKI_getpoolbuf (
L2CAP_CMD_POOL_ID
)) != NULL)
[
all
...]
Completed in 65 milliseconds