OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_ag_co_tx_write
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/include/
bta_ag_co.h
99
** Function
bta_ag_co_tx_write
109
BTA_API extern void
bta_ag_co_tx_write
(UINT16 handle, UINT8 *p_data, UINT16 len);
/external/bluetooth/bluedroid/btif/co/
bta_ag_co.c
118
** Function
bta_ag_co_tx_write
128
void
bta_ag_co_tx_write
(UINT16 handle, UINT8 * p_data, UINT16 len)
function
130
BTIF_TRACE_DEBUG2( "
bta_ag_co_tx_write
: handle: %d, len: %d", handle, len );
/external/bluetooth/bluedroid/bta/ag/
bta_ag_rfc.c
199
bta_ag_co_tx_write
(handle, (UINT8 *) p_data, len);
Completed in 35 milliseconds