Home
last modified time | relevance | path

Searched refs:BTA_PAN_TX_PULL (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/include/
Dbta_pan_co.h42 #define BTA_PAN_TX_PULL 0x20 /* TX pull. */ macro
/system/bt/btif/co/
Dbta_pan_co.cc59 return (BTA_PAN_RX_PUSH_BUF | BTA_PAN_RX_PUSH | BTA_PAN_TX_PULL); in bta_pan_co_init()
/system/bt/bta/pan/
Dbta_pan_act.cc602 if ((bta_pan_cb.flow_mask & BTA_PAN_TX_MASK) == BTA_PAN_TX_PULL) { in bta_pan_tx_path()