Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar-dp-parse.c3013 BLUETOOTH_LE_DEVICE_PATH *BluetoothLeDp; in DevPathFromTextBluetoothLE() local
3017 BluetoothLeDp = (BLUETOOTH_LE_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextBluetoothLE()
3023 if (BluetoothLeDp != NULL) { in DevPathFromTextBluetoothLE()
3024 BluetoothLeDp->Address.Type = (UINT8)Strtoi (BluetoothLeAddrTypeStr); in DevPathFromTextBluetoothLE()
3027 sizeof (BluetoothLeDp->Address.Address) * 2, in DevPathFromTextBluetoothLE()
3028 BluetoothLeDp->Address.Address, in DevPathFromTextBluetoothLE()
3029 sizeof (BluetoothLeDp->Address.Address) in DevPathFromTextBluetoothLE()
3033 return (EFI_DEVICE_PATH_PROTOCOL *)BluetoothLeDp; in DevPathFromTextBluetoothLE()