Searched refs:BTA_PAN_IDLE_ST (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/pan/
H A Dbta_pan_main.c90 /* API_CLOSE */ {BTA_PAN_API_CLOSE, BTA_PAN_IDLE_ST},
91 /* CI_TX_READY */ {BTA_PAN_IGNORE, BTA_PAN_IDLE_ST},
92 /* CI_RX_READY */ {BTA_PAN_IGNORE, BTA_PAN_IDLE_ST},
93 /* CI_TX_FLOW */ {BTA_PAN_IGNORE, BTA_PAN_IDLE_ST},
94 /* CI_RX_WRITE */ {BTA_PAN_IGNORE, BTA_PAN_IDLE_ST},
95 /* CI_RX_WRITEBUF */ {BTA_PAN_IGNORE, BTA_PAN_IDLE_ST},
97 /* PAN_CONN_CLOSE */ {BTA_PAN_CONN_OPEN, BTA_PAN_IDLE_ST},
98 /* FLOW_ENABLE */ {BTA_PAN_IGNORE, BTA_PAN_IDLE_ST},
99 /* BNEP_DATA */ {BTA_PAN_IGNORE, BTA_PAN_IDLE_ST}
115 /* PAN_CONN_CLOSE */ {BTA_PAN_CONN_CLOSE, BTA_PAN_IDLE_ST},
[all...]
H A Dbta_pan_int.h63 BTA_PAN_IDLE_ST, enumerator in enum:__anon531
H A Dbta_pan_act.c57 if ((p_scb != NULL) && (p_scb->state != BTA_PAN_IDLE_ST))
74 if ((p_scb != NULL) && (p_scb->state != BTA_PAN_IDLE_ST))

Completed in 455 milliseconds