Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dgatt_api.h726 extern bool GATTS_DeleteService(tGATT_IF gatt_if, bluetooth::Uuid* p_svc_uuid,
/system/bt/bta/gatt/
Dbta_gatts_act.cc310 if (GATTS_DeleteService(p_rcb->gatt_if, &p_srvc_cb->service_uuid, in bta_gatts_delete_service()
/system/bt/stack/gatt/
Dgatt_api.cc334 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService() function