Home
last modified time | relevance | path

Searched refs:handle_srvc (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c253 blufi_env.handle_srvc = p_data->create.service_id; in blufi_profile_cb()
256 BTA_GATTS_AddCharacteristic(blufi_env.handle_srvc, &blufi_char_uuid_p2e, in blufi_profile_cb()
266 BTA_GATTS_AddCharacteristic(blufi_env.handle_srvc, &blufi_char_uuid_e2p, in blufi_profile_cb()
274 BTA_GATTS_AddCharDescriptor (blufi_env.handle_srvc, in blufi_profile_cb()
290 BTA_GATTS_StartService(blufi_env.handle_srvc, BTA_GATT_TRANSPORT_LE); in blufi_profile_cb()
376 BTA_GATTS_StopService(blufi_env.handle_srvc); in esp_blufi_deinit()
377 BTA_GATTS_DeleteService(blufi_env.handle_srvc); in esp_blufi_deinit()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/include/
Dblufi_int.h29 UINT16 handle_srvc; member