Home
last modified time | relevance | path

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

/system/bt/bta/jv/
Dbta_jv_api.cc562 uint32_t si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommClose()
643 uint32_t si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommGetPortHdl()
664 uint32_t si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommWrite()
Dbta_jv_int.h84 #define BTA_JV_RFC_HDL_TO_SIDX(r) (((r)&0xFF00) >> 8) macro
Dbta_jv_act.cc326 int si = BTA_JV_RFC_HDL_TO_SIDX(p_pcb->handle); in bta_jv_free_rfc_cb()
437 uint32_t si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle); in bta_jv_free_set_pm_profile_cb()