Home
last modified time | relevance | path

Searched refs:GATTS_SEND_SERVICE_CHANGE_AUTO (Results 1 – 2 of 2) 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()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h106 #define GATTS_SEND_SERVICE_CHANGE_AUTO 0 macro