Searched defs:tran_status (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c1409 bt_status_t tran_status=get_transaction(&p_transaction); local
1410 if(BT_STATUS_SUCCESS == tran_status && NULL!=p_transaction)
1422 __FUNCTION__, tran_status);
1455 bt_status_t tran_status; local
1596 bt_status_t tran_status = get_transaction(&p_transaction); local
1597 if(BT_STATUS_SUCCESS == tran_status && NULL != p_transaction)

Completed in 155 milliseconds