Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c421 if (gatt_cb.srv_chg_mode == GATTS_SEND_SERVICE_CHANGE_AUTO) { in GATTS_DeleteService()
538 if (gatt_cb.srv_chg_mode == GATTS_SEND_SERVICE_CHANGE_AUTO) { in GATTS_StartService()
1599 if (gatt_cb.srv_chg_mode == GATTS_SEND_SERVICE_CHANGE_AUTO) { in GATT_SendServiceChangeIndication()
1738 gatt_cb.srv_chg_mode = mode; in GATTS_SetServiceChangeMode()
Dgatt_main.c118 gatt_cb.srv_chg_mode = GATTS_SEND_SERVICE_CHANGE_MODE; in gatt_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h559 UINT8 srv_chg_mode; /* internal use: service change mode */ member