Wrong method name
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23033 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2007 Haiku.
|
* Copyright 2007 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
|
||||||
* Distributed under the terms of the MIT License.
|
*
|
||||||
|
* All rights reserved. Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
|
||||||
* Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _BDADDR_UTILS_H
|
#ifndef _BDADDR_UTILS_H
|
||||||
@@ -16,7 +15,7 @@ namespace Bluetooth {
|
|||||||
class bdaddrUtils {
|
class bdaddrUtils {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static inline bdaddr_t MullAddress()
|
static inline bdaddr_t NullAddress()
|
||||||
{
|
{
|
||||||
|
|
||||||
return ((bdaddr_t) {{0, 0, 0, 0, 0, 0}});
|
return ((bdaddr_t) {{0, 0, 0, 0, 0, 0}});
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2007 Haiku.
|
* Copyright 2007 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
|
||||||
* Distributed under the terms of the MIT License.
|
*
|
||||||
|
* All rights reserved. Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
|
||||||
* Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _BLUETOOTH_H
|
#ifndef _BLUETOOTH_H
|
||||||
|
|||||||
Reference in New Issue
Block a user