Léo Lam b6ae70ac7e BT: Use a std::array for all Bluetooth addresses
BluetoothEmu had its own bdaddr_t type which is a old style C struct
and typedef, which makes comparisons and copies a bit ugly.
On the other hand, BTReal had its own btaddr_t type using std::array.

To make things very slightly nicer, this commit changes the Bluetooth
code to use a single type (std::array<u8, 6>) for all BT addresses.
2017-07-23 02:07:02 +08:00
..
2017-07-11 13:10:11 +02:00
2017-06-15 18:52:22 -04:00
2017-07-07 16:44:38 -07:00
2017-06-06 16:27:52 +02:00
2017-06-06 16:27:52 +02:00
2017-06-28 11:22:10 +02:00
2017-06-28 11:22:10 +02:00
2017-06-28 11:22:10 +02:00
2017-04-25 09:20:09 +01:00
2017-03-27 23:46:19 -04:00
2017-06-06 16:27:52 +02:00
2017-06-07 01:20:48 -04:00
2017-03-18 21:13:12 -04:00
2017-01-12 21:30:11 +01:00
2017-06-28 11:22:10 +02:00
2017-06-28 11:22:10 +02:00