Home
last modified time | relevance | path

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

/dragonfly/lib/libefivar/
H A Defivar-dp-parse.c2776 BLUETOOTH_DEVICE_PATH *BluetoothDp; in DevPathFromTextBluetooth() local
2779 BluetoothDp = (BLUETOOTH_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextBluetooth()
2795 BluetoothDp->BD_ADDR.Address[Index] = (UINT8)Strtoi (TempNumBuffer); in DevPathFromTextBluetooth()
2801 return (EFI_DEVICE_PATH_PROTOCOL *) BluetoothDp; in DevPathFromTextBluetooth()