Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h38 uint8_t (*get_last_features_classic_index)(void); member
/system/bt/device/src/
Dcontroller.cc316 static uint8_t get_last_features_classic_index(void) { in get_last_features_classic_index() function
539 get_last_features_classic_index,
/system/bt/stack/btm/
Dbtm_devctl.cc218 for (int i = 0; i <= controller->get_last_features_classic_index(); i++) { in reset_complete()