Ticket #52 (new enhancement)

Opened 7 months ago

Last modified 7 months ago

create_filename - duplicated function

Reported by: cktakahasi Assigned to: vudentz
Priority: minor Milestone: Undefined
Component: core Version: 3.31
Keywords: Cc:
Estimated Number of Hours: 0 Add Hours to Ticket: 0
Billable?: 0 Total Hours: 0

Description (Last modified by cktakahasi)

create_filename is declared 3 times in the BlueZ utils code:

hcid/storage.c:48:static inline int create_filename(char *buf, size_t size, bdaddr_t *bdaddr, const char *name)

input/storage.c:52:static inline int create_filename(char *buf, size_t size,

network/manager.c:1045:static inline int create_filename(char *buf, size_t size,

First, it is necessary investigate if this function will be deprecated when storage plug-in becomes available.

Change History

05/06/08 20:26:59 changed by cktakahasi

  • description changed.