Searched refs:BluetoothLeDp (Results 1 – 1 of 1) sorted by relevance
2896 BLUETOOTH_LE_DEVICE_PATH *BluetoothLeDp; in DevPathFromTextBluetoothLE() local2900 BluetoothLeDp = (BLUETOOTH_LE_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextBluetoothLE()2906 BluetoothLeDp->Address.Type = (UINT8)Strtoi (BluetoothLeAddrTypeStr); in DevPathFromTextBluetoothLE()2909 sizeof (BluetoothLeDp->Address.Address) * 2, in DevPathFromTextBluetoothLE()2910 BluetoothLeDp->Address.Address, in DevPathFromTextBluetoothLE()2911 sizeof (BluetoothLeDp->Address.Address) in DevPathFromTextBluetoothLE()2913 return (EFI_DEVICE_PATH_PROTOCOL *)BluetoothLeDp; in DevPathFromTextBluetoothLE()