HomeSort by relevance Sort by last modified time
    Searched refs:bta_pan_co_rx_flow (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/include/
bta_pan_co.h 161 ** Function bta_pan_co_rx_flow
173 extern void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable);
  /system/bt/btif/co/
bta_pan_co.c 291 ** Function bta_pan_co_rx_flow
303 void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable) function
309 BTIF_TRACE_API("bta_pan_co_rx_flow, enabled:%d, not used", enable);
  /system/bt/bta/pan/
bta_pan_act.c 154 bta_pan_co_rx_flow(handle, p_scb->app_id, TRUE);
157 bta_pan_co_rx_flow(handle, p_scb->app_id, FALSE);

Completed in 433 milliseconds