Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gatts_api.c356 void BTA_GATTS_StopService(UINT16 service_id) in BTA_GATTS_StopService() function
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h1298 BTA_API extern void BTA_GATTS_StopService(UINT16 service_id);
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_server.c483 BTA_GATTS_StopService(p_cb->srvc_handle); in btgatts_handle_event()