Home
last modified time | relevance | path

Searched refs:addr_fd (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_address.cc53 int addr_fd = open(property, O_RDONLY); in get_local_address() local
54 if (addr_fd != -1) { in get_local_address()
56 int bytes_read = read(addr_fd, address, kStringLength); in get_local_address()
61 close(addr_fd); in get_local_address()