Searched refs:BTA_JV_RFC_HDL_MASK (Results 1 – 3 of 3) sorted by relevance
902 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK)&~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommClose()1012 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK)&~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommRead()1046 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommGetPortHdl()1072 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK)&~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommReady()1102 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK)&~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommWrite()
133 #define BTA_JV_RFC_HDL_MASK 0xFF macro
278 handle &= BTA_JV_RFC_HDL_MASK; in bta_jv_rfc_port_to_cb()488 UINT32 hi = ((jv_handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in bta_jv_free_set_pm_profile_cb()549 UINT32 hi = ((jv_handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in bta_jv_alloc_set_pm_profile_cb()1664 UINT32 rfc_handle = bta_jv_cb.port_cb[i].handle & BTA_JV_RFC_HDL_MASK; in find_rfc_pcb()