Searched defs:p_length (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_api.c644 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,
643 NFA_P2pFlushUI(tNFA_HANDLE handle, UINT32 *p_length) argument
835 NFA_P2pFlushData(tNFA_HANDLE handle, UINT32 *p_length) argument
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c696 ** p_length - return the length of ADV data not including type
701 UINT8 *BTM_CheckAdvData( UINT8 *p_adv, UINT8 type, UINT8 *p_length) argument
717 *p_length = length - 1; /* minus the length of type */
724 *p_length = 0;
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c4035 UINT8 *p_length; local
4155 p_length = p++;
4189 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_16 + 1);
4199 p_length = p++;
4224 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_32 + 1);
4232 p_length = p++;
4257 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_128 + 1);
4281 p_length = p;
4293 p_length = NULL;

Completed in 38 milliseconds