Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_main.cc288 static const char* gattc_state_code(tBTA_GATTC_STATE state_code);
308 tBTA_GATTC_STATE in_state = p_clcb->state; in bta_gattc_sm_execute()
323 p_clcb->state = (tBTA_GATTC_STATE)(state_table[event][BTA_GATTC_NEXT_STATE]); in bta_gattc_sm_execute()
465 static const char* gattc_state_code(tBTA_GATTC_STATE state_code) { in gattc_state_code()
Dbta_gattc_int.h231 } tBTA_GATTC_STATE; typedef
308 tBTA_GATTC_STATE state;
530 inline std::string bta_clcb_state_text(const tBTA_GATTC_STATE& state) { in bta_clcb_state_text()
571 struct formatter<tBTA_GATTC_STATE> : enum_formatter<tBTA_GATTC_STATE> {};