OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BD_ADDR
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/include/
bd.h
34
typedef UINT8
BD_ADDR
[BD_ADDR_LEN];
43
extern const
BD_ADDR
bd_addr_any;
44
extern const
BD_ADDR
bd_addr_null;
59
extern void bdcpy(
BD_ADDR
a, const
BD_ADDR
b);
71
extern int bdcmp(const
BD_ADDR
a, const
BD_ADDR
b);
83
extern int bdcmpany(const
BD_ADDR
a);
95
extern void bdsetany(
BD_ADDR
a);
/external/bluetooth/bluedroid/stack/include/
bt_types.h
303
typedef UINT8
BD_ADDR
[BD_ADDR_LEN]; /* Device address */
505
BD_ADDR
bda;
/external/libnfc-nci/src/include/
bt_types.h
287
typedef UINT8
BD_ADDR
[BD_ADDR_LEN]; /* Device address */
509
BD_ADDR
bda;
Completed in 25 milliseconds