OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_bdaddr_t
(Results
1 - 25
of
117
) sorted by null
1
2
3
4
5
/system/bt/btcore/include/
bdaddr.h
37
bool bdaddr_is_empty(const
bt_bdaddr_t
*addr);
41
bool bdaddr_equals(const
bt_bdaddr_t
*first, const
bt_bdaddr_t
*second);
45
bt_bdaddr_t
*bdaddr_copy(
bt_bdaddr_t
*dest, const
bt_bdaddr_t
*src);
51
const char *bdaddr_to_string(const
bt_bdaddr_t
*addr, char *string, size_t size);
56
// Converts |string| to
bt_bdaddr_t
and places it in |addr|. If |string| does not
59
bool string_to_bdaddr(const char *string,
bt_bdaddr_t
*addr);
/system/bt/device/include/classic/
peer.h
31
classic_peer_t *classic_peer_by_address(
bt_bdaddr_t
*address);
34
const
bt_bdaddr_t
*classic_peer_get_address(classic_peer_t *peer);