Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_br_main.c64 const char *smp_get_br_state_name(tSMP_BR_STATE state);
251 void smp_set_br_state(tSMP_BR_STATE br_state) in smp_set_br_state()
267 tSMP_BR_STATE smp_get_br_state(void) in smp_get_br_state()
276 const char *smp_get_br_state_name(tSMP_BR_STATE br_state) in smp_get_br_state_name()
316 tSMP_BR_STATE curr_state = p_cb->br_state; in smp_br_state_machine_event()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h198 typedef UINT8 tSMP_BR_STATE; typedef
274 tSMP_BR_STATE br_state; /* if SMP over BR/ERD has priority over SMP */
396 extern tSMP_BR_STATE smp_get_br_state(void);
397 extern void smp_set_br_state(tSMP_BR_STATE state);