Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.c434 GATTS_StopService(gatt_cb.sr_reg[i_sreg].s_hdl); in GATTS_DeleteService()
559 void GATTS_StopService (UINT16 service_handle) in GATTS_StopService() function
1264 GATTS_StopService(p_sreg->s_hdl); in GATT_Deregister()
/system/bt/stack/include/
Dgatt_api.h845 extern void GATTS_StopService (UINT16 service_handle);
/system/bt/bta/gatt/
Dbta_gatts_act.c570 GATTS_StopService(p_srvc_cb->service_id); in bta_gatts_stop_service()