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

/system/bt/bta/jv/
H A Dbta_jv_api.cc801 uint32_t si = BTA_JV_RFC_HDL_TO_SIDX(handle);
906 uint32_t si = BTA_JV_RFC_HDL_TO_SIDX(handle);
928 uint32_t si = BTA_JV_RFC_HDL_TO_SIDX(handle);
H A Dbta_jv_int.h129 #define BTA_JV_RFC_HDL_TO_SIDX(r) (((r)&0xFF00) >> 8) macro
H A Dbta_jv_act.cc340 int si = BTA_JV_RFC_HDL_TO_SIDX(p_pcb->handle);
455 uint32_t si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle);

Completed in 31 milliseconds