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
/system/bt/bta/include/
bta_pan_co.h
159
* Function
bta_pan_co_rx_flow
171
extern void
bta_pan_co_rx_flow
(uint16_t handle, uint8_t app_id, bool enable);
/system/bt/btif/co/
bta_pan_co.cc
264
* Function
bta_pan_co_rx_flow
276
void
bta_pan_co_rx_flow
(UNUSED_ATTR uint16_t handle, UNUSED_ATTR uint8_t app_id,
function
278
BTIF_TRACE_API("
bta_pan_co_rx_flow
, enabled:%d, not used", enable);
/system/bt/bta/pan/
bta_pan_act.cc
152
bta_pan_co_rx_flow
(handle, p_scb->app_id, true);
155
bta_pan_co_rx_flow
(handle, p_scb->app_id, false);
Completed in 52 milliseconds