Searched refs:BluetoothLeDp (Results 1 – 1 of 1) sorted by relevance
3013 BLUETOOTH_LE_DEVICE_PATH *BluetoothLeDp; in DevPathFromTextBluetoothLE() local3017 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()