Home
last modified time | relevance | path

Searched refs:newFd (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dbluetooth_address.cpp127 int newFd = open(path.c_str(), O_RDWR | O_CREAT, 00644); in GetDeviceAddress() local
128 HDF_LOGI("GetDeviceAddress open newFd %{public}d.", newFd); in GetDeviceAddress()
141 if (newFd >= 0) { in GetDeviceAddress()
142 int fdRet = write(newFd, addressStr, ADDRESS_STR_LEN); in GetDeviceAddress()
147 close(newFd); in GetDeviceAddress()

Completed in 1 milliseconds