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

  /system/bt/bta/hh/
bta_hh_int.h 211 #define BTA_HH_GET_LE_DEV_HDL(x) (uint8_t)(((x) + 1) << 4)
bta_hh_le.cc 247 if (bta_hh_cb.le_cb_index[i] == cb_index) return BTA_HH_GET_LE_DEV_HDL(i);
252 return BTA_HH_GET_LE_DEV_HDL(i);
    [all...]

Completed in 364 milliseconds