Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_api.cc450 uint32_t si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommClose()
529 uint32_t si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommGetPortHdl()
550 uint32_t si = BTA_JV_RFC_HDL_TO_SIDX(handle); in BTA_JvRfcommWrite()
Dbta_jv_int.h87 #define BTA_JV_RFC_HDL_TO_SIDX(r) (((r)&0xFF00) >> 8) macro
Dbta_jv_act.cc371 int si = BTA_JV_RFC_HDL_TO_SIDX(p_pcb->handle); in bta_jv_free_rfc_cb()
480 uint32_t si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle); in bta_jv_free_set_pm_profile_cb()