Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.cc353 GATTS_StopService(it->asgn_range.s_handle); in GATTS_DeleteService()
378 void GATTS_StopService(uint16_t service_handle) { in GATTS_StopService() function
1005 GATTS_StopService(it++->s_hdl); in GATT_Deregister()
/system/bt/stack/include/
Dgatt_api.h732 extern void GATTS_StopService(uint16_t service_handle);
/system/bt/bta/gatt/
Dbta_gatts_act.cc335 GATTS_StopService(p_srvc_cb->service_id); in bta_gatts_stop_service()