Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h225 #define BTA_HH_IS_LE_DEV_HDL_VALID(x) (((x)>>4) <= BTA_HH_LE_MAX_KNOWN) macro
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c484 if (BTA_HH_IS_LE_DEV_HDL_VALID(dev_handle)) { in bta_hh_dev_handle_to_cb_idx()