Searched refs:num_pkts (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/btu/
H A Dbtu_hcif.c406 UINT16 num_pkts[MAX_L2CAP_LINKS + 4]; /* 3 SCO connections */ local
411 num_ents = l2c_link_pkts_rcvd (num_pkts, handles);
418 btsnd_hcic_host_num_xmitted_pkts (num_ents, handles, num_pkts);
/system/bt/stack/l2cap/
H A Dl2c_link.c969 UINT8 l2c_link_pkts_rcvd (UINT16 *num_pkts, UINT16 *handles) argument
973 UNUSED(num_pkts);
H A Dl2c_int.h678 extern UINT8 l2c_link_pkts_rcvd (UINT16 *num_pkts, UINT16 *handles);
/system/bt/stack/include/
H A Dhcimsgs.h576 UINT16 *num_pkts); /* Set Host Buffer Size */
/system/bt/stack/hcic/
H A Dhcicmds.c1263 UINT16 *num_pkts)
1285 UINT16_TO_STREAM (pp, num_pkts[j]);
1262 btsnd_hcic_host_num_xmitted_pkts(UINT8 num_handles, UINT16 *handle, UINT16 *num_pkts) argument

Completed in 1134 milliseconds