Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc4294 rc_transaction_t* p_txn; in clear_cmd_timeout() local
4296 p_txn = get_transaction_by_lbl(p_dev, label); in clear_cmd_timeout()
4297 if (p_txn == NULL) { in clear_cmd_timeout()
4302 if (p_txn->timer != NULL) { in clear_cmd_timeout()
4304 alarm_free(p_txn->timer); in clear_cmd_timeout()
4306 p_txn->timer = nullptr; in clear_cmd_timeout()