HomeSort by relevance Sort by last modified time
    Searched refs:BTA_JV_RFC_HDL_TO_SIDX (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c     [all...]
bta_jv_int.h 202 #define BTA_JV_RFC_HDL_TO_SIDX(r) (((r)&0xFF00) >> 8)
bta_jv_act.c 50 UINT32 __si = BTA_JV_RFC_HDL_TO_SIDX(handle); \
354 int si = BTA_JV_RFC_HDL_TO_SIDX(p_pcb->handle);
489 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle);
550 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle);
    [all...]

Completed in 37 milliseconds