OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GAP_DATA_POOL_ID
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gap/
gap_conn.c
198
p_ccb->ertm_info.user_rx_pool_id =
GAP_DATA_POOL_ID
;
199
p_ccb->ertm_info.user_tx_pool_id =
GAP_DATA_POOL_ID
;
526
if ((p_buf = (BT_HDR *)GKI_getpoolbuf (
GAP_DATA_POOL_ID
)) == NULL)
[
all
...]
/external/bluetooth/bluedroid/include/
bt_target.h
593
#ifndef
GAP_DATA_POOL_ID
594
#define
GAP_DATA_POOL_ID
GKI_POOL_ID_3
[
all
...]
/external/libnfc-nci/src/include/
bt_target.h
214
#ifndef
GAP_DATA_POOL_ID
215
#define
GAP_DATA_POOL_ID
GKI_POOL_ID_3
[
all
...]
Completed in 31 milliseconds