Home
last modified time | relevance | path

Searched refs:BTA_HH_IS_LE_DEV_HDL (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_utils.cc352 if (BTA_HH_IS_LE_DEV_HDL(dev_handle)) { in bta_hh_dev_handle_to_cb_idx()
Dbta_hh_int.h186 #define BTA_HH_IS_LE_DEV_HDL(x) ((x)&0xf0) macro