Searched refs:BTA_JV_RFCOMM_MASK (Results 1 – 3 of 3) sorted by relevance
1374 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK)&~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommClose()1484 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK)&~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommRead()1518 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommGetPortHdl()1544 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK)&~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommReady()1574 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK)&~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommWrite()
197 p_cb->handle = (i + 1) | BTA_JV_RFCOMM_MASK; in bta_jv_alloc_rfc_cb()264 handle &= ~BTA_JV_RFCOMM_MASK; in bta_jv_rfc_port_to_cb()464 if (BTA_JV_RFCOMM_MASK & jv_handle) in bta_jv_free_set_pm_profile_cb()466 UINT32 hi = ((jv_handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in bta_jv_free_set_pm_profile_cb()514 BOOLEAN bRfcHandle = (jv_handle & BTA_JV_RFCOMM_MASK) != 0; in bta_jv_alloc_set_pm_profile_cb()527 UINT32 hi = ((jv_handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in bta_jv_alloc_set_pm_profile_cb()2151 rfc_handle &= ~BTA_JV_RFCOMM_MASK; in find_rfc_pcb()
200 #define BTA_JV_RFCOMM_MASK 0x80 macro