OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_pan_co_rx_flow
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/include/
bta_pan_co.h
161
** Function
bta_pan_co_rx_flow
173
BTA_API extern void
bta_pan_co_rx_flow
(UINT16 handle, UINT8 app_id, BOOLEAN enable);
/external/bluetooth/bluedroid/btif/co/
bta_pan_co.c
266
** Function
bta_pan_co_rx_flow
278
void
bta_pan_co_rx_flow
(UINT16 handle, UINT8 app_id, BOOLEAN enable)
function
280
BTIF_TRACE_API1("
bta_pan_co_rx_flow
, enabled:%d, not used", enable);
/external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c
141
bta_pan_co_rx_flow
(handle, p_scb->app_id, TRUE);
148
bta_pan_co_rx_flow
(handle, p_scb->app_id, FALSE);
Completed in 2037 milliseconds