bluez/attrib
Andrei Emeltchenko c64fd37802 codingstyle: Change __FUNCTION__ to __func__
The __func__ macro is part of the C99 standard whereas __FUNCTION__ is a
legacy gcc specific alias for it:

	http://gcc.gnu.org/onlinedocs/gcc/Function-Names.html

Additionally, checkpatch.pl that's commonly used to verify coding style
also recommends to use __func__ instead of __FUNCTION__.
2013-09-11 13:22:08 +03:00
..
att-database.h attrib: Fix naming and variable types of security requirements 2012-08-15 18:20:09 +03:00
att.c attrib: Allow dec_read_resp() to just check if PDU is valid 2013-07-24 08:43:17 -07:00
att.h attrib: Add encode/decode execute write support 2013-07-24 08:43:05 -07:00
gatt-service.c attrib: Add support for 128-bit characteristic UUIDs in gatt_service_add 2013-07-30 12:59:15 +03:00
gatt-service.h attrib: Add support for 128-bit characteristic UUIDs in gatt_service_add 2013-07-30 12:59:15 +03:00
gatt.c attrib: Reduce scope of variable declarations in char_discovered_cb() 2013-07-24 08:44:07 -07:00
gatt.h attrib: Rename gatt_find_info() to gatt_discover_char_desc() 2013-07-24 08:41:32 -07:00
gattrib.c codingstyle: Change __FUNCTION__ to __func__ 2013-09-11 13:22:08 +03:00
gattrib.h gattrib: Add support for listening for events for specific handles 2012-10-11 08:55:50 +02:00
gatttool.c attrib: Rename gatt_find_info() to gatt_discover_char_desc() 2013-07-24 08:41:32 -07:00
gatttool.h attrib: Get rid of gchar 2013-05-02 09:02:25 +03:00
interactive.c attrib: Do not use Write Command in gatt_write_char() 2013-07-24 08:41:47 -07:00
utils.c core: Always specify local LE address type with btio 2013-05-17 11:08:56 +03:00