Searched defs:p_length (Results 1 - 4 of 4) 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.c1097 ** p_length - return the length of ADV data not including type
1102 UINT8 *BTM_CheckAdvData( UINT8 *p_adv, UINT8 type, UINT8 *p_length) argument
1118 *p_length = length - 1; /* minus the length of type */
1125 *p_length = 0;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_asconf.c2595 uint32_t p_length; local
2647 p_length = SCTP_SIZE32(aa->ap.aph.ph.param_length);
2649 if ((SCTP_BUF_LEN(m_asconf) + p_length > stcb->asoc.smallest_mtu) ||
2650 (SCTP_BUF_LEN(m_asconf) + p_length > MCLBYTES)) {
2688 memcpy(ptr, &aa->ap, p_length);
2699 SCTP_BUF_LEN(m_asconf) += SCTP_SIZE32(p_length);
2700 ptr += SCTP_SIZE32(p_length);
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c4177 UINT8 *p_length; local
4297 p_length = p++;
4331 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_16 + 1);
4341 p_length = p++;
4366 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_32 + 1);
4374 p_length = p++;
4399 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_128 + 1);
4423 p_length = p;
4435 p_length = NULL;

Completed in 154 milliseconds