Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/include/
Dbta_pan_co.h41 #define BTA_PAN_RX_PUSH_BUF 0x01 /* RX push with zero copy. */ macro
/external/bluetooth/bluedroid/btif/co/
Dbta_pan_co.c70 return (BTA_PAN_RX_PUSH_BUF | BTA_PAN_RX_PUSH | BTA_PAN_TX_PULL); in bta_pan_co_init()
/external/bluetooth/bluedroid/bta/pan/
Dbta_pan_act.c698 if ((bta_pan_cb.flow_mask & BTA_PAN_RX_MASK) == BTA_PAN_RX_PUSH_BUF) in bta_pan_write_buf()