This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. While we are preparing for reviewing the patches, we found the following issue/warning. Test Result: checkbuild Failed Outputs: ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') In file included from peripheral/gatt.c:44: ./src/hcid.h:53:2: error: unknown type name ‘gboolean’ 53 | gboolean pairable; | ^~~~~~~~ ./src/hcid.h:99:2: error: unknown type name ‘gboolean’ 99 | gboolean reverse_discovery; | ^~~~~~~~ ./src/hcid.h:100:2: error: unknown type name ‘gboolean’ 100 | gboolean name_resolv; | ^~~~~~~~ ./src/hcid.h:101:2: error: unknown type name ‘gboolean’ 101 | gboolean debug_keys; | ^~~~~~~~ ./src/hcid.h:102:2: error: unknown type name ‘gboolean’ 102 | gboolean fast_conn; | ^~~~~~~~ ./src/hcid.h:122:1: error: unknown type name ‘gboolean’ 122 | gboolean plugin_init(const char *enable, const char *disable); | ^~~~~~~~ ./src/hcid.h:128:1: error: unknown type name ‘GKeyFile’ 128 | GKeyFile *btd_get_main_conf(void); | ^~~~~~~~ make[1]: *** [Makefile:6791: peripheral/gatt.o] Error 1 make: *** [Makefile:4010: all] Error 2 --- Regards, Linux Bluetooth