Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c429 GATTS_StopService(gatt_cb.sr_reg[i_sreg].s_hdl); in GATTS_DeleteService()
559 void GATTS_StopService (UINT16 service_handle) in GATTS_StopService() function
1356 GATTS_StopService(p_sreg->s_hdl); in GATT_Deregister()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h858 extern void GATTS_StopService (UINT16 service_handle);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c627 GATTS_StopService(p_srvc_cb->service_id); in bta_gatts_stop_service()