OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_length
(Results
1 - 9
of
9
) sorted by null
/external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h
395
UINT32 *
p_length
);
449
UINT32 *
p_length
);
/external/libnfc-nci/src/nfa/p2p/
nfa_p2p_api.c
644
UINT32 *
p_length
)
660
*
p_length
= 0;
664
*
p_length
= LLCP_FlushLogicalLinkRxData ((UINT8)xx);
836
UINT32 *
p_length
)
857
*
p_length
= LLCP_FlushDataLinkRxData (nfa_p2p_cb.conn_cb[xx].local_sap,
[
all
...]
/external/bluetooth/bluedroid/stack/include/
btm_ble_api.h
709
**
p_length
- return the length of ADV data not including type
714
BTM_API extern UINT8 *BTM_CheckAdvData( UINT8 *p_adv, UINT8 type, UINT8 *
p_length
);
[
all
...]
btm_api.h
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c
675
**
p_length
- return the length of ADV data not including type
680
UINT8 *BTM_CheckAdvData( UINT8 *p_adv, UINT8 type, UINT8 *
p_length
)
696
*
p_length
= length - 1; /* minus the length of type */
703
*
p_length
= 0;
[
all
...]
btm_inq.c
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
4015
UINT8 *
p_length
;
local
[
all
...]
bta_dm_api.c
1004
**
p_length
- return the length of EIR data
1009
UINT8 *BTA_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *
p_length
)
1012
return BTM_CheckEirData( p_eir, type,
p_length
);
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_api.h
[
all
...]
Completed in 1183 milliseconds