Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gatts_api.cc209 void BTA_GATTS_StopService(uint16_t service_id) { in BTA_GATTS_StopService() function
/system/bt/bta/include/
Dbta_gatt_api.h875 extern void BTA_GATTS_StopService(uint16_t service_id);
/system/bt/btif/src/
Dbtif_gatt_server.cc379 return do_in_jni_thread(Bind(&BTA_GATTS_StopService, service_handle)); in btif_gatts_stop_service()