Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gatts_api.cc189 void BTA_GATTS_DeleteService(uint16_t service_id) { in BTA_GATTS_DeleteService() function
/system/bt/bta/include/
Dbta_gatt_api.h862 extern void BTA_GATTS_DeleteService(uint16_t service_id);
/system/bt/btif/src/
Dbtif_gatt_server.cc385 return do_in_jni_thread(Bind(&BTA_GATTS_DeleteService, service_handle)); in btif_gatts_delete_service()