Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c876 status = GATT_SendServiceChangeIndication(bd_addr); in bta_gatts_send_service_change_indication()
878 status = GATT_SendServiceChangeIndication(NULL); in bta_gatts_send_service_change_indication()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h1185 extern tGATT_STATUS GATT_SendServiceChangeIndication (BD_ADDR bd_addr);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c1591 tGATT_STATUS GATT_SendServiceChangeIndication (BD_ADDR bd_addr) in GATT_SendServiceChangeIndication() function