Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gatts_api.c283 void BTA_GATTS_StartService(UINT16 service_id, tBTA_GATT_TRANSPORT sup_transport) in BTA_GATTS_StartService() function
/system/bt/bta/include/
Dbta_gatt_api.h1165 extern void BTA_GATTS_StartService(UINT16 service_id, tBTA_GATT_TRANSPORT sup_transport);
/system/bt/btif/src/
Dbtif_gatt_server.c479 BTA_GATTS_StartService(p_cb->srvc_handle, p_cb->transport); in btgatts_handle_event()