Home
last modified time | relevance | path

Searched refs:GATTS_StartService (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h843 extern tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c495 status = GATTS_StartService (gatt_cb.gatt_if, service_handle, GATTP_TRANSPORT_SUPPORTED ); in gatt_profile_db_init()
Dgatt_api.c460 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle, in GATTS_StartService() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c470 status = GATTS_StartService(gap_cb.gatt_if, service_handle, GAP_TRANSPORT_SUPPORTED ); in gap_attr_db_init()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c598 if (GATTS_StartService(p_rcb->gatt_if, in bta_gatts_start_service()