Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c377 BTA_GATTS_DeleteService(blufi_env.handle_srvc); in esp_blufi_deinit()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c329 void BTA_GATTS_DeleteService(UINT16 service_id) in BTA_GATTS_DeleteService() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h1403 extern void BTA_GATTS_DeleteService(UINT16 service_id);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1037 BTA_GATTS_DeleteService(svc->attrs[0].handle); in bt_mesh_gatts_service_deregister()
1054 BTA_GATTS_DeleteService(svc->attrs[0].handle); in bt_mesh_gatts_service_unregister()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c648 BTA_GATTS_DeleteService(arg->delete_srvc.service_handle); in btc_gatts_call_handler()