bluez/emulator
Gowtham Anandha Babu ca20149656 emulator/hciemu: Fix return value
make throws out the following errors.

emulator/hciemu.c: In function ‘hciemu_get_master_scan_enable’:
emulator/hciemu.c:433:3: error: return makes integer from pointer without a cast [-Werror]
   return NULL;
   ^
emulator/hciemu.c: In function ‘hciemu_get_master_le_scan_enable’:
emulator/hciemu.c:441:3: error: return makes integer from pointer without a cast [-Werror]
   return NULL;
   ^
cc1: all warnings being treated as errors

Fixed by returning zero.
2015-11-16 15:49:46 +02:00
..
amp.c emulator: Use local includes for libbluetooth headers 2015-02-12 21:47:56 +01:00
amp.h emulator: Add support for AMP controller emulation 2013-10-09 11:03:42 -07:00
b1ee.c emulator: Use local includes for libbluetooth headers 2015-02-12 21:47:56 +01:00
btdev.c emulator: Add API to get BR/EDR scan_enable value 2015-11-16 12:26:13 +02:00
btdev.h emulator: Add API to get BR/EDR scan_enable value 2015-11-16 12:26:13 +02:00
bthost.c emulator: Fix sending valid HCI_LE_Create_Connection parameters 2015-11-12 11:08:34 +02:00
bthost.h emulator/bthost: Add support for setting custom ADV data 2015-05-17 10:39:00 +03:00
hciemu.c emulator/hciemu: Fix return value 2015-11-16 15:49:46 +02:00
hciemu.h emulator: Add API to get BR/EDR scan_enable value 2015-11-16 12:26:13 +02:00
hfp.c emulator: Fix missing includes 2015-03-12 13:12:26 +01:00
le.c emulator: Add support for scanning on different channels 2015-07-14 23:25:45 +02:00
le.h emulator: Add simple standalone single mode LE device 2013-12-28 21:49:49 -08:00
main.c shared: Move mainloop implementation from monitor to shared 2015-02-12 12:32:07 +02:00
phy.c shared: Move mainloop implementation from monitor to shared 2015-02-12 12:32:07 +02:00
phy.h emulator: Add support for scanning on different channels 2015-07-14 23:25:45 +02:00
serial.c emulator: Use local includes for libbluetooth headers 2015-02-12 21:47:56 +01:00
serial.h emulator: Add support for providing a pseudo terminal 2014-07-12 15:53:16 +02:00
server.c emulator: Add support for ACL data transfer for servers 2015-07-30 13:29:14 +02:00
server.h emulator: Update copyright and license details 2014-02-12 09:24:13 -08:00
smp.c emulator/smp: Fix sending BR/EDR SMP Pairing Request as slave 2015-02-16 12:51:08 +02:00
vhci.c emulator: Fix missing includes 2015-03-12 13:12:26 +01:00
vhci.h emulator: Update copyright and license details 2014-02-12 09:24:13 -08:00