HomeSort by relevance Sort by last modified time
    Searched defs:btif_local_bd_addr (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/src/
btif_core.c 106 bt_bdaddr_t btif_local_bd_addr; variable
426 memset(&btif_local_bd_addr, 0, sizeof(bt_bdaddr_t));
427 btif_fetch_local_bdaddr(&btif_local_bd_addr);
467 if (bdcmp(btif_local_bd_addr.address, controller->get_address()->address))
474 bdaddr_to_string(&btif_local_bd_addr, old_address, sizeof(old_address));
487 btif_local_bd_addr = *controller->get_address();
495 prop.val = (void*)&btif_local_bd_addr;
    [all...]
  /system/bt/hci/src/
hci_layer.c 50 bt_bdaddr_t btif_local_bd_addr; variable
237 vendor->open(btif_local_bd_addr.address, &interface);

Completed in 77 milliseconds