Searched refs:BTA_JV_RFC_HDL_TO_SIDX (Results 1 – 3 of 3) sorted by relevance
952 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommClose()1059 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommRead()1092 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommGetPortHdl()1119 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommReady()1148 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommWrite()1184 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommFlowControl()
377 int si = BTA_JV_RFC_HDL_TO_SIDX(p_pcb->handle); in bta_jv_free_rfc_cb()540 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle); in bta_jv_free_set_pm_profile_cb()
151 #define BTA_JV_RFC_HDL_TO_SIDX(r) (((r)&0xFF00) >> 8) macro