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_t handle, uint8_t app_id, bool enable);
  /system/bt/btif/co/
bta_pan_co.cc 261 * Function bta_pan_co_rx_flow
273 void bta_pan_co_rx_flow(UNUSED_ATTR uint16_t handle, UNUSED_ATTR uint8_t app_id, function
275 BTIF_TRACE_API("bta_pan_co_rx_flow, enabled:%d, not used", enable);
  /system/bt/bta/pan/
bta_pan_act.cc 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 486 milliseconds