3cadf6de64
Change-Id: Id9f4e59b5c46c7bee3cf0b129f523d963c0407a6
24 lines
880 B
C
24 lines
880 B
C
/****************************************************************************
|
|
****************************************************************************
|
|
***
|
|
*** This header was automatically generated from a Bluez header
|
|
*** of the same name, to make information necessary for userspace to
|
|
*** call into the kernel available to Android. It contains only constants,
|
|
*** structures, and macros generated from the original header, and thus,
|
|
*** contains no copyrightable information.
|
|
***
|
|
****************************************************************************
|
|
****************************************************************************/
|
|
#ifndef __HCI_LIB_H
|
|
#define __HCI_LIB_H
|
|
|
|
#ifdef __cplusplus
|
|
#endif
|
|
#ifdef __cplusplus
|
|
#endif
|
|
static inline int
|
|
hci_test_bit (int nr, void *addr)
|
|
{
|
|
return *((uint32_t *) addr + (nr >> 5)) & (1 << (nr & 31));
|
|
}
|
|
#endif
|