OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btif_local_bd_addr
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_core.c
99
bt_bdaddr_t
btif_local_bd_addr
;
variable
479
memset(&
btif_local_bd_addr
, 0, sizeof(bt_bdaddr_t));
480
btif_fetch_local_bdaddr(&
btif_local_bd_addr
);
562
if (bdcmp(
btif_local_bd_addr
.address,local_bd))
575
btif_local_bd_addr
.address[0],
btif_local_bd_addr
.address[1],
576
btif_local_bd_addr
.address[2],
btif_local_bd_addr
.address[3],
577
btif_local_bd_addr
.address[4],
btif_local_bd_addr
.address[5])
[
all
...]
btif_storage.c
165
extern bt_bdaddr_t
btif_local_bd_addr
;
593
memcpy(bd_addr, &
btif_local_bd_addr
, sizeof(bt_bdaddr_t));
[
all
...]
/external/bluetooth/bluedroid/main/
bte_main.c
108
extern bt_bdaddr_t
btif_local_bd_addr
;
245
int result = bt_hc_if->init(&hc_callbacks,
btif_local_bd_addr
.address);
Completed in 21 milliseconds