Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_main.cc231 static const char* gattc_state_code(tBTA_GATTC_STATE state_code);
253 log::verbose("State 0x{:02x} [{}], Event 0x{:x}[{}]", in_state, gattc_state_code(in_state), in bta_gattc_sm_execute()
285 log::verbose("GATTC State Change: [{}] -> [{}] after Event [{}]", gattc_state_code(in_state), in bta_gattc_sm_execute()
286 gattc_state_code(p_clcb->state), gattc_evt_code(in_event)); in bta_gattc_sm_execute()
405 static const char* gattc_state_code(tBTA_GATTC_STATE state_code) { in gattc_state_code() function