Home
last modified time | relevance | path

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

/system/bt/bta/hl/
Dbta_hl_act.c573 else if (p_dcb->abort_oper & BTA_HL_ABORT_REMOTE_MASK ) in bta_hl_dch_close_cmpl()
627 else if (p_dcb->abort_oper & BTA_HL_ABORT_REMOTE_MASK ) in bta_hl_dch_close_cmpl()
1113 p_dcb->abort_oper |= BTA_HL_ABORT_REMOTE_MASK; in bta_hl_dch_mca_abort_ind()
Dbta_hl_int.h122 #define BTA_HL_ABORT_REMOTE_MASK 0x20 macro