Home
last modified time | relevance | path

Searched refs:get_last_features_classic_index (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/device/include/device/
Dcontroller.h42 uint8_t (*get_last_features_classic_index)(void); member
/hal_espressif-latest/components/bt/host/bluedroid/device/
Dcontroller.c345 static uint8_t get_last_features_classic_index(void) in get_last_features_classic_index() function
544 get_last_features_classic_index,
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c200 for (int i = 0; i <= controller->get_last_features_classic_index(); i++) { in reset_complete()